Forum Discussion
DAX problem when adding a measure in matrix it displays multiple rows
- Anonymous7 years ago
Hi,
I have the same problem using unique measure.
At the end I've solved it by using the measure unique changing the "0" result by "Blank()"
Unique = IF( [Accepted Class Time] >= 15 && [Accepted Standard (75 min)] = 0; 1;BLANK() )
Would you beable to refrence one of the other measures that is showing blank and if they are blank return Blank instead this should remove all the extra lines from your visual where the you do not want a result to be shown
For example
AnthonyTilley
mwegener
Hi
I am trying to use a DAXmeasure in Matrix report Power BI, but its giving me wrong column total but correct row total. Can you please recommend me is it possible to fix this or it has to be only row total.
I have provided the screenshort of my measure, report and expected output.
Report
Report
I am getting above output as my measure is behaving as below:
BEHAVIOR ( WRONG)
------------------------------------------------------------------------------------------------------------------------
MY ACTUAL MEASURE
Measure
----------------------------------------------------------------------------------------------------------------------------------------
Expected Output
Expected Output