The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
16 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
13 | |
13 | |
8 | |
8 |