Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello Community,
I have a matrix visual with blanks in the values. I don't have blanks in my data but they are getting generated because of matrix visual properties. I want to replace the blanks with "NA" based on a condition given below.
Matrix Visual -
Condition - If the country = US then french column should be NA,
My Dataset -
My rows and columns -
Any help would be appreciated.
Solved! Go to Solution.
Never Mind, I got the answer for my question by myself.
The solution i have is to divide my fact table to multiple tables and load it into matrix visual.
Create a new measure -
Never Mind, I got the answer for my question by myself.
The solution i have is to divide my fact table to multiple tables and load it into matrix visual.
Create a new measure -
| User | Count |
|---|---|
| 52 | |
| 41 | |
| 32 | |
| 15 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 72 | |
| 37 | |
| 27 | |
| 24 |