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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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