Forum Discussion
Split one row in two or more
- Anonymous5 years ago
Hi,
Sorry for the delay but I was very busy with this issue.
The problem is I want to split a ROW not a column and that is not possible with Power BI.
I tried a lot of ways and manners but it doesn't work and my report is so complicated.
I decided to split what I need on SQL than in Power BI.
Thank you all 🙂
Hi, Anonymous ;
I am not very clear about your split logic. For your description, I think it can be extracted and splited in power query.as follows:
1.Add a custom column.
=Text.Select([strTerm],{" ".."9"})
2.Write a formula
if not Text.Contains([Custom], "%") then " "&[Custom] else [Custom]
3.split column
The final output is shown below:
If this is not correct, can you share the following screenshot of the result you want to output and the logic of your split?
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
Hi,
Sorry for the delay but I was very busy with this issue.
The problem is I want to split a ROW not a column and that is not possible with Power BI.
I tried a lot of ways and manners but it doesn't work and my report is so complicated.
I decided to split what I need on SQL than in Power BI.
Thank you all 🙂