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

Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now

Reply
dogburalHK82
Helper III
Helper III

calculation percentage with blank

Hi, 

 

When calculating points from given matrix, it gives non value (or blank) when the lookup value is blank. 

In fact, the value should be 0%,  not blank. 

 

example as below. 

 

To calculate score against Late % matrix, the score for Feb is not shown as the Late% calculated is zero, but recognised as blank.

dogburalHK82_0-1685928781781.png

File is uploaded here as well. 

https://filebin.net/6nyv2yhxq7f5hgdv  

4 REPLIES 4
dogburalHK82
Helper III
Helper III

@lbendlin would you be able to explain with the example? I do not quite understand. 

 

So far,  i tried below

 

COALESCE dax

or 

_early =
var _blank = calculate(countA(Table1[Item Number]), filter(Table1, (Table1[days diff])<(-early[early Value])))
return
if(_blank = blank(), 0, _blank)
 
but then they shows all months.. and score table only still shows Jan.
dogburalHK82_1-1686035892283.png

 


 

 

Maybe the old " 0+ " trick is enough.  See attached.

thanks @lbendlin 

I did not know this trick. 

 

However, i still do see unwanted months in the table. how can I get rid of those months? 

 

When I tried below, it seems working. 

avg_early = averagex(Summarize('Table1', 'Table1'[Order Date]), calculate([_early]))
dogburalHK82_1-1686095793125.png

 

 

 

dogburalHK82_0-1686095319990.png

but not working with this

avg_late = averagex(Summarize('Table1', 'Table1'[Order Date]), calculate([score_late]))

dogburalHK82_2-1686095860952.png

 

lbendlin
Super User
Super User

To report on things that are not there you need to use disconnected tables and/or crossjoins

Helpful resources

Announcements
OCT PBI Update Carousel

Power BI Monthly Update - October 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

October NL Carousel

Fabric Community Update - October 2024

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