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
Anonymous
Not applicable

Getting Average and filtered summarize

Dear Team

 

I back again with another question

i have a table of summary , view below :

1. GETTING SUMMARIZE with FILTERED STATUS

avg4.png

what i want get from table above is, getting summariez but filtered only by "confirm and unconfirm" like table below

avg3.png

2. Im willing to get average from % utilize , sometime result is OK , different month with more details result different than my excel . i did compare between powerbi and excel but result different , powerbi did different than excel .

avg2.png

below of table , showing average . will automaticaly changes when i click month (header of column)

 

Thanks

Syaiful

 

 

1 ACCEPTED SOLUTION
v-gizhi-msft
Community Support
Community Support

Hi,

 

According to your description, I create a table to test:

121.png

Then, I create two measures to calculate average of [UTILIZE] under different filters:

Average-Original = AVERAGE('Table'[UTILIZE])

Average = CALCULATE(AVERAGE('Table'[UTILIZE]),FILTER('Table','Table'[STATUS]="CONFIRM"||'Table'[STATUS]="UNCONFIRM"))

 

And the result shows:

122.png

 

 

Best Regards,

Giotto Zhi

 

View solution in original post

2 REPLIES 2
v-gizhi-msft
Community Support
Community Support

Hi,

 

According to your description, I create a table to test:

121.png

Then, I create two measures to calculate average of [UTILIZE] under different filters:

Average-Original = AVERAGE('Table'[UTILIZE])

Average = CALCULATE(AVERAGE('Table'[UTILIZE]),FILTER('Table','Table'[STATUS]="CONFIRM"||'Table'[STATUS]="UNCONFIRM"))

 

And the result shows:

122.png

 

 

Best Regards,

Giotto Zhi

 

Anonymous
Not applicable

Dear GZ

 

Thanks for response, specially for filtered summarize .

but sorry for average not answering yet my question .

i tried ur DAX but result not changing when i filtered on month . pls check picture below

avg5.png

 

regards

syaiful

 

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.