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.
Hello All,
I have typed up the following Dax formula but the results are not what I am expecting...
Just after a 2nd pair of eyes or someone with a brain to walk me through this.
I have a review form from MS Forms which collates results to questions as per our operational requirements, from there I have pulled it into PBI and the client want to see a COUNT of Yes and No and the % of Yes.
I thought the above DAX would nail it, but for some reason both Yes and No variables are returning the same number (73)
There are 73 rows in the dataset, 71 of which should be Yes and 2 should be No. Any ideas why the variances / CALCULATE function isn't handling as expected? What have I done wrong?
Solved! Go to Solution.
Additional context - we have 2 week 1 forms due to slightly different requirements. The full DAX query / output format is now below:
Additional context - we have 2 week 1 forms due to slightly different requirements. The full DAX query / output format is now below:
User | Count |
---|---|
15 | |
13 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
19 | |
12 | |
9 | |
7 |