liprec / powerbi-eventViewer

Home of the code of my Power BI Custom Visual: Event Viewer
MIT License
3 stars 0 forks source link

Event Viewer: visual is not applying filters correctly #27

Open Suiumbika opened 2 years ago

Suiumbika commented 2 years ago

Describe the bug Event Viewer custom visual is not displaying the correct data when applying filters

To Reproduce Steps to reproduce the behavior:

  1. Open report with Event Viewer visual
  2. Fill the fields
  3. Apply several filters

Actual behavior When applying several filters to the Event Viewer Visual it will show data that does not comply with the filters. If you expand the records you will see the visual is showing data that is not on the records that apply to those filters.

Expected behavior Event Viewer Visual it will show data that comply with the filters.

Screenshots download

Power BI info:

Additional context Data from the customer filters correctly when used on other Power BI visuals. Another visual with the same data and filters, showing just one record. download (1)

liprec commented 2 years ago

Thanks for your feedback. But can you share the PBIX file?

Suiumbika commented 2 years ago

Hello!

Yes, I attached the file. Please have a look. Could you notify me about any update of the issue please?

Thanks,

Suiumbika Galimova,

QA Microsoft Power BI Custom Visuals


From: Jan Pieter Posthuma @.***> Sent: Friday, July 22, 2022 11:19:30 PM To: liprec/powerbi-eventViewer Cc: Suiumbika Galimova; Author Subject: [EXTERNAL] Re: [liprec/powerbi-eventViewer] Event Viewer: visual is not applying filters correctly (Issue #27)

Thanks for your feedback. But can you share the PBIX file?

— Reply to this email directly, view it on GitHubhttps://github.com/liprec/powerbi-eventViewer/issues/27#issuecomment-1192906362, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AU3PF2CFYLWQDOEVBBXIUKDVVL65FANCNFSM54L6QKYQ. You are receiving this because you authored the thread.Message ID: @.***>

liprec commented 2 years ago

Hi @Suiumbika,

Somehow, the PBIX file is not linked to the GitHub issue, but you can send it directly to my email: mail@datascenarios.nl ?

Suiumbika commented 2 years ago

Did you receive the pbix file in the previous email? I couldn't attach it in the GitHub, so I sent it to email at your request.


From: Jan Pieter Posthuma @.***> Sent: Monday, July 25, 2022 1:58:18 PM To: liprec/powerbi-eventViewer Cc: Suiumbika Galimova; Mention Subject: [EXTERNAL] Re: [liprec/powerbi-eventViewer] Event Viewer: visual is not applying filters correctly (Issue #27)

Hi @Suiumbikahttps://github.com/Suiumbika,

Somehow, the PBIX file is not linked to the GitHub issue, but you can send it directly to my email: @.**@.> ?

— Reply to this email directly, view it on GitHubhttps://github.com/liprec/powerbi-eventViewer/issues/27#issuecomment-1193898335, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AU3PF2DWTHNCFPYZKPMU3KTVVZXMVANCNFSM54L6QKYQ. You are receiving this because you were mentioned.Message ID: @.***>

Suiumbika commented 2 years ago

Adding Marco Talamante to the thread


From: Suiumbika Galimova Sent: Monday, July 25, 2022 2:09:00 PM To: liprec/powerbi-eventViewer; @.*** Subject: Re: [EXTERNAL] Re: [liprec/powerbi-eventViewer] Event Viewer: visual is not applying filters correctly (Issue #27)

Did you receive the pbix file in the previous email? I couldn't attach it in the GitHub, so I sent it to email at your request.


From: Jan Pieter Posthuma @.***> Sent: Monday, July 25, 2022 1:58:18 PM To: liprec/powerbi-eventViewer Cc: Suiumbika Galimova; Mention Subject: [EXTERNAL] Re: [liprec/powerbi-eventViewer] Event Viewer: visual is not applying filters correctly (Issue #27)

Hi @Suiumbikahttps://github.com/Suiumbika,

Somehow, the PBIX file is not linked to the GitHub issue, but you can send it directly to my email: @.**@.> ?

— Reply to this email directly, view it on GitHubhttps://github.com/liprec/powerbi-eventViewer/issues/27#issuecomment-1193898335, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AU3PF2DWTHNCFPYZKPMU3KTVVZXMVANCNFSM54L6QKYQ. You are receiving this because you were mentioned.Message ID: @.***>

Suiumbika commented 2 years ago

Hello Jan,

Do you have any updates about the issue?


From: Suiumbika Galimova Sent: Wednesday, July 27, 2022 5:40:47 PM To: liprec/powerbi-eventViewer; @.; @. Subject: Re: [EXTERNAL] Re: [liprec/powerbi-eventViewer] Event Viewer: visual is not applying filters correctly (Issue #27)

Adding Marco Talamante to the thread


From: Suiumbika Galimova Sent: Monday, July 25, 2022 2:09:00 PM To: liprec/powerbi-eventViewer; @.*** Subject: Re: [EXTERNAL] Re: [liprec/powerbi-eventViewer] Event Viewer: visual is not applying filters correctly (Issue #27)

Did you receive the pbix file in the previous email? I couldn't attach it in the GitHub, so I sent it to email at your request.


From: Jan Pieter Posthuma @.***> Sent: Monday, July 25, 2022 1:58:18 PM To: liprec/powerbi-eventViewer Cc: Suiumbika Galimova; Mention Subject: [EXTERNAL] Re: [liprec/powerbi-eventViewer] Event Viewer: visual is not applying filters correctly (Issue #27)

Hi @Suiumbikahttps://github.com/Suiumbika,

Somehow, the PBIX file is not linked to the GitHub issue, but you can send it directly to my email: @.**@.> ?

— Reply to this email directly, view it on GitHubhttps://github.com/liprec/powerbi-eventViewer/issues/27#issuecomment-1193898335, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AU3PF2DWTHNCFPYZKPMU3KTVVZXMVANCNFSM54L6QKYQ. You are receiving this because you were mentioned.Message ID: @.***>

liprec commented 2 years ago

Thanks for the PBIX file. The problem is that the chart is not capable of showing only a single event. And when you apply the filter, this issue prevents to update the chart with the new events. I will add some lag time if there is only of event row in a next update.

mtalamante commented 2 years ago

Hello, thanks for the update. Is there any ETA for the next update that will fix this? Thanks in advance.

mtalamante commented 2 years ago

Thanks for referring the code that will help fix this issue. Is this already live or is the Cx able to update the visual? When will this be available?

liprec commented 2 years ago

I just submitted a new version for validation and certification, so it is not yet available. Usually it will take some weeks before the new version will hit the production ring of Power BI.

mtalamante commented 2 years ago

Thanks, do you know about how many weeks would it take to arrive? Just so I can provide the customer an ETA for the arrival of the fix.

liprec commented 2 years ago

It will take probably 5-6 weeks, if no errors occur.