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.
I have a dataset with two columns: "Test Case" and "Version."
here is my current solution but the list it return can not be displayed in a table, only showing as a string list can be displayed as a value in a matrix table.
Test Case | Version |
A1.1 | Version 1.1 |
A1.2 | Version 1.1 |
A1.3 | Version 1.2 |
A1.2 | Version 1.2 |
A1.1 | Version 1.3 |
A1.6 | Version 1.3 |
A1.2 | Version 1.3 |
Any recommendations on how to solve the problem? Many thanks!
Read about the EXCEPT() function in DAX.
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |