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 August 31st. Request your voucher.
Hello,
Please I want to calculate % for each quarter and not percentage of total in the following visual.
what syntax is needed to do it in dax
Solved! Go to Solution.
@Nihed , Use an aggregations
example
divide(Sum(Table[Headcount (M)]), calculate(Sum(Table[Headcount (M)]), removefilters(Table[gender]))
I have th field headcount culomn in my data not measure what should I do in this case
It seems to me it works well thank you 🙂
User | Count |
---|---|
13 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |