Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
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
Solved! Go to Solution.
Views = sum('metrics_bq'[Views])
Views_AVG = AVERAGEX(videos,[Views])
Total Average = CALCULATE(AVERAGEX(videos,[Views]),REMOVEFILTERS(videos[Episodes]))
Difference = [Views_AVG]-[Total Average]
Note: I cleaned up your data model a bit.
Amazing, it works perfect, thank you so much!!!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |