Forum Discussion
Have Measure in Matrix Return Blank for Selected Rows in a Particular Hierarchy Level
- 4 years ago
Hi fourmj ,
Please try the measure. Then show items with no data in matrix.
Measure = IF ( MAX ( '5_test_Data'[Scenario Parent] ) = "All Consulting", SUM ( '5_test_Data'[Value] ), IF ( ISINSCOPE ( '5_test_Data'[Scenario] ), SUM ( '5_test_Data'[Value] ) ) )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.
Hi fourmj ,
Please try the measure. Then show items with no data in matrix.
Measure =
IF (
MAX ( '5_test_Data'[Scenario Parent] ) = "All Consulting",
SUM ( '5_test_Data'[Value] ),
IF ( ISINSCOPE ( '5_test_Data'[Scenario] ), SUM ( '5_test_Data'[Value] ) )
)
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.
Thaanks for sharig this dax, what can we do in case we want 5_test_Data'[Scenario]
level sub total ?
Thanks in advance