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 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?
Hi Felix, it is the column I don't want to be shown.