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
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
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.