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 ,
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,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you I will try as soon as possible!
- v-kkf-msft5 years ago
Community Support
Hi ale-hd ,
Does your problem have been solved? If it is solved, please mark a reply which is helpful to you.
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,
Winniz