Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
I have a table that depending on the filter, may have no data for that selection.
If no data shows, I would like to have a card that comes up "No data for this period".
I can do this off the table or there is another card on there (totals) that I could say if that value is 0 then text should be "no data for this period". i can duplicate the totals and just make another card. I don't know the dax, I've tried a few things but not working. How can I do this?
Solved! Go to Solution.
helped myself used this
IF(
Table[Column] = BLANK(),
"No data",
BLANK()
)
helped myself used this
IF(
Table[Column] = BLANK(),
"No data",
BLANK()
)
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 |
|---|---|
| 77 | |
| 39 | |
| 31 | |
| 29 | |
| 26 |