Hi,
I have created a measure to replace "0"s with "blanks" in my matrix. Though it is displaying "blanks" in place of "0"s, showing incorrect totals and other values in the column.
This is my measure:
Solved! Go to Solution.
@yodha change your measure
Measure = SUMX ( 'Table', IF(CALCULATE(MAX('Table'[U]))=0,BLANK(),CALCULATE(MAX('Table'[U]))))
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@yodha change your measure
Measure = SUMX ( 'Table', IF(CALCULATE(MAX('Table'[U]))=0,BLANK(),CALCULATE(MAX('Table'[U]))))
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
User | Count |
---|---|
226 | |
82 | |
81 | |
79 | |
51 |
User | Count |
---|---|
178 | |
93 | |
84 | |
82 | |
73 |