Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
When using a card visual is there any way to substitute or replace the (Blank) display on the card visual for " " like Excel.
Thanks in advance for any tip that I can get.
Solved! Go to Solution.
Hi @Chapin4u,
You can try to create a new measure to return " " when the original measure returns the blank() like below:
New Measure = if(ISBLANK([Original Measure])," ",[Original Measure])
Also there is a same idea which you can vote on it: When Blank() function is used in DAX it should return nothing instead of word (blank).
Best Regards,
Qiuyun Yu
Hi @Chapin4u,
You can try to create a new measure to return " " when the original measure returns the blank() like below:
New Measure = if(ISBLANK([Original Measure])," ",[Original Measure])
Also there is a same idea which you can vote on it: When Blank() function is used in DAX it should return nothing instead of word (blank).
Best Regards,
Qiuyun Yu
Thanks for the great tip
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |