Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I want to give out a standardized text if the row is empty/blank:
So that instead of an empty cell in the visual, it says something like "TBD"
Do you know how to achieve that?
Thank you very much. 🙂
Best Regards
Jannis
Solved! Go to Solution.
= IF(isblank(columnname),"TBD",[value])
[value] is whatever you are trying to put in the column normally.
Hi @Anonymous,
You can write an if statement to compare with the current value to replace if the current value equal to blank.
To handle blank values in dax, you can take a look at the following blog:
Regards,
Xiaoxin Sheng
= IF(isblank(columnname),"TBD",[value])
[value] is whatever you are trying to put in the column normally.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 14 | |
| 8 | |
| 8 | |
| 8 |