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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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