The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi All,
below data i have grand total row. where it is actually summing up the values in total section.
but i want to display average there, for example in this case it should display 87 not 439.
i have tried many measure ideas, below is one.
kindly help
Solved! Go to Solution.
HI @AntrikshSharma thanks for your time in answering my question.
I actually tried many measures from the morning nothing worked out.
Strangley below measure working as per my expectation.
Try
Sum - Avg =
AVERAGEX (
VALUES ( 'Calender Date'[Month] ),
CALCULATE ( SUM ( SumView[Category Pref.] ) )
)
HI @AntrikshSharma thanks for your time in answering my question.
I actually tried many measures from the morning nothing worked out.
Strangley below measure working as per my expectation.
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
9 | |
7 |