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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Nalini
Regular Visitor

Cards to display nothing when i open my Dashboard

I have a view where i have used multiple cards, When i open the Dashboard it is showing some default informaction or the First information Insted of that i want to show nothing on my cards. When they filter something using sliers the cards should update based on that.

1 REPLY 1
PistonBroke
Frequent Visitor

Can you use the HasOneValue function in a measure?

https://learn.microsoft.com/en-us/dax/hasonevalue-function-dax

When you first load the page, the function will return false, so you can return BLANK or 0 or a message about selecting something using the slicer.

Then when the user has made a selection, the function will return true and you can return the result they are looking for.

This may not work if users can select multiple values for a single column.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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