Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
electrobrit
Post Patron
Post Patron

need text if no data shows up in table

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?


1 ACCEPTED SOLUTION
electrobrit
Post Patron
Post Patron

helped myself used this

IF( 
    Table[Column] = BLANK(),
    "No data",
    BLANK()
)

View solution in original post

1 REPLY 1
electrobrit
Post Patron
Post Patron

helped myself used this

IF( 
    Table[Column] = BLANK(),
    "No data",
    BLANK()
)

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.