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 there
So I have a column in my dataset called 'Tags' which contains multiple values. I can split by delimiter to create multiple tag columns which has the tag name and value separated by a colon e.g. Environment:Dev
There could be any number of tags in the dataset so the number of Tag columns, once split, could change each time the report refreshes.
Is there anyway I can split all these columns into two new columns of tag name and tag value without splitting each column by delimiter?
Solved! Go to Solution.
Hi, @Anonymous
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
Table:
You need to make 'List' column selected, click 'Split Column'=>'By Delimiter', set as below.
Then you may make 'List' column selected, click 'Split Column'=>'By Delimiter', set as below.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
Table:
You need to make 'List' column selected, click 'Split Column'=>'By Delimiter', set as below.
Then you may make 'List' column selected, click 'Split Column'=>'By Delimiter', set as below.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Allan, that's what I meant.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Hi @Anonymous ,
In the first step, split the column into rows.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials