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.
I have created a measure which is calculated based on selection in a slicer. Its logic is as below:
NAME | MEASURE1 |
JOHN | 100 |
TINA | 200 |
MIKE | 300 |
Solved! Go to Solution.
Hi @sbharti123 ,
To create a measure as below to get the average.
Measure = AVERAGEX(ALLSELECTED('table'),[measure1])
Hi @sbharti123 ,
To create a measure as below to get the average.
Measure = AVERAGEX(ALLSELECTED('table'),[measure1])
User | Count |
---|---|
70 | |
67 | |
63 | |
50 | |
28 |
User | Count |
---|---|
113 | |
77 | |
65 | |
55 | |
43 |