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.
How can I show the difference from the average # of clinics and # of clinics in percentage by writing DAX measure as you see in the right table?
Hi @Anonymous
Thank you very much for your quick reply. I divided # of clinics for each FSR(service area) by the average of all FSR Clinics, Finally subtracted 1 ### C3/avg(c$3:C$10)-1###.
Hi @apu1082 ,
It is not exactly clear how you obtain the percentages in the second table we see in your post. You should consider giving that information, too.
However, you might try to make a measure using the following DAX code, and see how it works out:
Delta Average Clinics = DIVIDE('Table'[#Clinics]) - 'Table'[#YourData], 'Table'[#YourData])
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
15 | |
7 | |
6 |