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.
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.