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.
Hello,
the column has comma separated text i.e. paul, robert, sarah...
In my table visual, I would like to have one row per separated comma i.e
data
------
paul
robert
sarah
how can I do this please? may be in DAX?
Thank you
Solved! Go to Solution.
Use Power Query editor.
Split the column (using comma as delimiter).
Unpivot the columns that have names in them.
Use Power Query editor.
Split the column (using comma as delimiter).
Unpivot the columns that have names in them.