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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
SShah_
New Member

Formatting Measure for conditional

Hello i am new to Power BI it might be easy one but i cannot figure it out.
 
I am geeting blank when my data is 0 i need 0 instead of blank.
 
I am doing anything wroing in format?
 
Measure = IF(LASTNONBLANK(Query1[DataAsOf],1)="% Change",AVERAGE(Query1[Number_Data]) * 100 & " %",FORMAT(SUM(Query1[Number_Data]),"###,###,###") &"")
 
Thanks,
Sunil
1 ACCEPTED SOLUTION

That not work. I changed the format from  ##,###,### to ##,###,##0 and it worked.

 

Measure = IF(LASTNONBLANK(Query1[DataAsOf],1)="% Change",AVERAGE(Query1[Number_Data]) * 100 & " %",FORMAT(SUM(Query1[Number_Data]),"###,###,##0") &"")
 

View solution in original post

2 REPLIES 2
mussaenda
Super User
Super User

put +0 at the end of your formula

That not work. I changed the format from  ##,###,### to ##,###,##0 and it worked.

 

Measure = IF(LASTNONBLANK(Query1[DataAsOf],1)="% Change",AVERAGE(Query1[Number_Data]) * 100 & " %",FORMAT(SUM(Query1[Number_Data]),"###,###,##0") &"")
 

Helpful resources

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