Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!!!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |