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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register 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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.