Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hey everyone,
I have a line graph that is displaying Ranks over Year Quarters for different facilities. However, some facilities don't have a "Rank", the data just simply isn't being collected.
Is it possible to have my line graph display data in the following way:
If If rank is not available for a facility, display Score on the line graph instead.
Solved! Go to Solution.
Hi @nsadams87xx ,
You can write a measure to check current rank and add a calculation to summary score to replace blank result.
Regards,
Xiaoxin Sheng
Hi @nsadams87xx ,
You can write a measure to check current rank and add a calculation to summary score to replace blank result.
Regards,
Xiaoxin Sheng
I figured it out. THank you.
Thank you Xiaoxin. So use an If statement then?
| User | Count |
|---|---|
| 57 | |
| 43 | |
| 32 | |
| 16 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 70 | |
| 38 | |
| 27 | |
| 24 |