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.
Hi all
I need to convert this DAX measure
Name | Level | Status |
Extract 2D plans | APS | High |
Extract 2D plans | EXE | Medium |
Extract 2D plans | LIV | Low |
Other Function | APS | Medium |
Other Function | EXE | Low |
Other Function | LIV | High |
And what I want is as follows:
Name | APS | EXE | LIV |
Extract 2D plans | High | Medium | Low |
Other Function | Medium | Low | High |
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
19 | |
13 | |
7 | |
5 |