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,
Im new to Power BI. I have the following table from a .xslx file
I want to split this in to 12 periods, only when period is "0". if period is 1 to 12 the row should just follow like this:
Solved! Go to Solution.
Hi @Anonymous,
using the advanced editor, you could try adding this in your code:
Replacing PreviousStep with your previous step's name.
Best,
Spyros
Thanks Spyros! That worked well. The "Amount" column formatted into text and i had to replace Indexing step as last step obviously.
Hi @Anonymous,
using the advanced editor, you could try adding this in your code:
Replacing PreviousStep with your previous step's name.
Best,
Spyros
Hi @smaru
I want to modify this a little bit. What if i use "x" as a delimiter like this:
In "period" column i type 5x36 meaning start at period 5, go for 36 periods. "Period" will have to go from 1-12 and "Year" has to be changed every 12 period.