March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Family,
I have a Sales table with a column of terms payments, as you can see below:
o 50 * SD * 10 means that the calculated DueDate is equal to “Ship Date” + 10 and that the amount to be paid is 50% of the amount of the line
o 50 * SD * 60 means that the calculated DueDate is equal to " Ship Date " + 60 and that the amount to be paid is 50% of the amount of the line
So if I have a purchase of $ 150,000 with this payment term and a " Ship Date " = 2021-06-01, we should find in the model of two purchases
Importantly, the original line of $ 150,000 should no longer be there or no longer counted. We could keep it by changing the amount payable to $ 0, so nothing to pay.
My question is, how can I split the original row in two (or more in another case)?
Thank you all 🙂
Solved! Go to Solution.
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.
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 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |