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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
lucie_raboch
Helper II
Helper II

% Difference from Total Average

Hi experts,

I need your help.

I would like to create a table below, metric = views, average views, total average views and difference from average.

lucie_raboch_0-1745504017057.png

This is my pbi file:

https://drive.google.com/file/d/15sJq2aL0X-t3745OiMW5ZfG1vzz_GGoT/view?usp=drive_link

 

I have tried so many measures, but It wasnt dynamic, in my original dashboard I have lots of slicers, I need to work together.

Thank you for your help

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Views = sum('metrics_bq'[Views])

Views_AVG = AVERAGEX(videos,[Views])

Total Average = CALCULATE(AVERAGEX(videos,[Views]),REMOVEFILTERS(videos[Episodes]))

Difference = [Views_AVG]-[Total Average]

 

lbendlin_0-1745506271190.png

 

Note: I cleaned up your data model a bit.

 

 

 

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

Views = sum('metrics_bq'[Views])

Views_AVG = AVERAGEX(videos,[Views])

Total Average = CALCULATE(AVERAGEX(videos,[Views]),REMOVEFILTERS(videos[Episodes]))

Difference = [Views_AVG]-[Total Average]

 

lbendlin_0-1745506271190.png

 

Note: I cleaned up your data model a bit.

 

 

 

Amazing, it works perfect, thank you so much!!!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.