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.
Hi all,
I got problem with DAX measure and I don't know what I'm doing wrong...
I have 3 - level hierarchy
The problem is that my COUNTAX measure is working ok when I'm listing all three levels in the matrix. But it's showing wrong result when I delete the last level (I don't want it to be shown).
I don't have any idea what is wrong here. The DAX measure is:
User | Count |
---|---|
14 | |
12 | |
7 | |
6 | |
5 |
User | Count |
---|---|
28 | |
18 | |
13 | |
7 | |
5 |