The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi everyone,
I have a table with monthly target sales by product and Seller as below:
And I would like to add a NEW column and 12 lines for each existing lines as below:
Thank you very much!
Solved! Go to Solution.
Just add a custom column in the query editor with this formula = {1..12}
That will add a list on each row. You then just need to click on the expand button on the top of that column and choose "Expand to New Rows".
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Just add a custom column in the query editor with this formula = {1..12}
That will add a list on each row. You then just need to click on the expand button on the top of that column and choose "Expand to New Rows".
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.