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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
SandeA
Helper III
Helper III

How to get a Card to show $0 instead of (Blank)

I have read through many posts regarding similar issues but haven't found one that would work for my situation. I am using Cards to show different dollar amounts. When I use the filters, if there is no dollar amounts, the cards show "(Blank)" instead of $0. I'm sure there is probably an easy solution to this but I'm still trying to figure out all the different functions of the DAX language! 

 

The measure I'm using is: 

Fees Charged = CALCULATE(SUM('Expense'[CalculatedCost]),'Expense'[IsEstimate] IN { TRUE })
 
Thank you in advance for any help you can provide! 🙂
Sande
1 ACCEPTED SOLUTION
Mariusz
Community Champion
Community Champion

Hi @SandeA 

 

You can add 0 at the end like

CALCULATE(SUM('Expense'[CalculatedCost]),'Expense'[IsEstimate] IN { TRUE }) + 0

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn


 

View solution in original post

3 REPLIES 3
Mariusz
Community Champion
Community Champion

Hi @SandeA 

 

You can add 0 at the end like

CALCULATE(SUM('Expense'[CalculatedCost]),'Expense'[IsEstimate] IN { TRUE }) + 0

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn


 

oh brother, I can't believe it was that simple! LOL! Thank you so much @Mariusz !!

Mariusz
Community Champion
Community Champion

Hi @SandeA 

 

No problem 😊

 

Best Regards,
Mariusz

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors