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
dunnalahk123
Frequent Visitor

How to get rid of Average in measure in power bi

Hi,

 

i am writing below dax query in my power bi application

 

Test = CALCULATE(average (GSD_CC_LAER_MODEL_YTD[Numerator]),GSD_CC_LAER_MODEL_YTD[Metric]= "E2E Resolution Time Onsite")
 
but what happening here is it is doing average of average i guess.
 
because when i get data from backend it is already grouped and average and provided me values on that if i wrote above function it is not matching with my database values.
 
i want to show values just the field as it is with out any aggregration.
 
i am using KPI card in power bi
3 REPLIES 3
dunnalahk123
Frequent Visitor

Hi,

 

From backend i am already getting values after doing average so when i do average at powerbi front end it giving me wrong values. so i want to write expression with out any aggration to give just field value as it is.

dunnalahk123
Frequent Visitor

Hi,

 

Basically I want to write expression with out any aggregation. It should just take values from my field as it is .

sandeephijam
Helper I
Helper I

hi dunna,

 

Please check your dax expression

 

normally average dax syntax only take one argument or parameter i. e. AVERAGE(<column>)

ref : AVERAGE function (DAX) - DAX | Microsoft Learn

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
Top Kudoed Authors