Hi Experts,
Need your help in this.
Can we replace blank value with text in power BI default KPI visual.
Wants to replace the (Blank) with 0. My logic works in the card visual but not in the KPI visual
Hi @Shadaiv ,
Please have a try.
Create a measure.
Measure = IF(MAX(POINT)=BLANK(),0,MAX(POINT))
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
370 | |
101 | |
65 | |
55 | |
43 |
User | Count |
---|---|
365 | |
115 | |
79 | |
65 | |
53 |