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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
nataliesmiy1357
Helper IV
Helper IV

Gap of Data not working

Hello!  My gap/difference measure isn't working correctly.  

 

This is my raw data:

nataliesmiy1357_0-1726511195500.png

My page is bringing in the average per Line (so taking the average of shift 1 and 2) 

 

I have a GAP of OR forumla that is: 

Gap of OR = 'OR Report'[Line Result]  - 'OR Report'[Planned OR%]
 
But when I bring that Gap value into a graph, this is what I get:
 
nataliesmiy1357_1-1726511449861.png

But the average of Line Result  ( 98.2 + 97.2 + 95.8 /3 = 97.07) and the planned result = 96, so the difference/gap SHOULD be 97.07-96 = 1.07

 

What am I doing wrong?

 
7 REPLIES 7
Anonymous
Not applicable

 Hi @nataliesmiy1357 ,

 

I tried to reproduced it but failed. I used AVERAGE function. Here's the results. My Line Result and Planned OR% are both columns.

vstephenmsft_0-1728285360674.png

 

Please provide us with more detailed information, thanks.

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

lbendlin
Super User
Super User

and the planned result = 96

well, not exactly.  it is 96*5/6 = 80.  Hence the difference is 17.07% rather than 1.07%

That makes sense - so how can I create the DAX to not consider the null/N/a values?  So taking the average of the actual data:  96*5 / 5 actual values.

So you would filter out the associated 98.2% line result as well?

No - I would want that included.

I feared as much.  I would call that "lying to one self". Can't/won't help you with that.

okay.... what if I don't include it?

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.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors