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 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
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.