Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
Can anyone help me with this, please?
I have a column MCRType of type Table. The 5th row contains these values.
My requirement is I want those values to be comma-separated, but the split column in the power query editor is disabled for the MCRType column.
Solved! Go to Solution.
Thanks, @HotChilli for the reply.
So I created a custom column and wrote the code below and the new column got converted to list and I was able to extract values.
If i understand correctly you want to convert the table to a text field separated by commas.
So, add a custom column to create a list. This will be [MCRType][Value] . Then you can expand the list from the column header to extract values (choose comma as delimiter).
Thanks, @HotChilli for the reply.
So I created a custom column and wrote the code below and the new column got converted to list and I was able to extract values.
Check out the July 2025 Power BI update to learn about new features.