Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 |
---|---|
98 | |
76 | |
75 | |
48 | |
27 |