Forum Discussion
Datas show up in Matrix visual also applying Filters from Filters Panel
- 5 years ago
Hi ale-hd ,
Try to create two measures:
RMS_NotNullValue = CALCULATE( SUM('Table'[Value]), FILTER( 'Table', 'Table'[All Prenotanti] = "RMS Vs PP" ) )Matrix Columns = var tab = CALCULATETABLE( VALUES('Table'[Column]), FILTER( 'Table', [RMS_NotNullValue] <> BLANK() ) ) return COUNTROWS( INTERSECT( tab, VALUES('Table'[Column]) ) )Then put measure Matrix Columns in the pane shown in the figure below.
The results of my comparison test are as follows:
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi ale-hd ,
I understand your frustation but be aware that the way your model is setup, and the visualizations all impact on the final result of the visualization. So you can other values that impact the filtering.
In this case and correct me if I'm wrong you have the measures in rows is this right?
This image is also the ones with the total I see that 2020 has a + and there is no months, I'm correct?
The fact that you are using the measure in rows, the hierarchy in columns and that you have the totals highligted is impacting your filtering.
To achieve this believe you need to change your measure in order for the totals get evaluated in a different way and return expected result.
If you can tell me the exact result and are abble to share a mockup data or sample of your PBIX file. You can use a onedrive, google drive, we transfer or similar link to upload your files.
If the information is sensitive please share it trough private message.
I can try and check what is needed to change.
Context transition is very important in Power BI.
Hi Miguel, I thank you very much for your really kind offer, but I think it is actually impossibile to me to share the file with you. Not because of sensitive data, but because the model is really really complex and to explain it would be really hard.
Your comment is very useful, I think showed me on which direction afford the problem (but resolving it is a long way from here... 🙂 )
Since it is clear I am not going to have answer from this forum (because it is clearly necessary to study the .pbix for it), what should I do to "close" my post?
Alessandro
- MFelix5 years ago
Super User
Hi ale-hd ,
I understand what you say, and realize that the models influence this in a big part. If you want me to take a crack at trying to help you even with bug explanations about the model please fell free to reach out.
I have also went back and was reading your initial problem do you want to make the row or the column not be showned?
- ale-hd5 years ago
Helper I
Hi Felix, it is the column I don't want to be shown.