Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi all,
I am Struggling since long back. I have data like
| Order num | original date | actual date | invoiced amt times |
| Order1 | June-2016 | June-2016 | 1 |
| Order1 | sept-2016 | march-2017 | 3 |
| Order1 | dec-2016 | march-2018 | 2 |
| Order1 | march-2017 | ||
| Order1 | june-2017 | ||
| Order1 | sept-2017 | ||
| Order1 | dec-2017 | ||
| Order1 | mar-2018 | ||
| Order1 | june-2018 |
What i Need is a new column which will be like,
| Order num | original date | actual date | invoiced amt times | NEw Colum |
| Order1 | June-2016 | June-2016 | 1 | June-2016 |
| Order1 | sept-2016 | march-2017 | 3 | march-2017 |
| Order1 | dec-2016 | march-2018 | 2 | march-2017 |
| Order1 | march-2017 | march-2017 | ||
| Order1 | june-2017 | march-2018 | ||
| Order1 | sept-2017 | march-2018 | ||
| Order1 | dec-2017 | |||
| Order1 | mar-2018 | |||
| Order1 | june-2018 |
So based on the No.of times column, the new column shold be derived.
Please suggest an idea.
Thanks in Advance.
Regards,
Vishnu priya
Solved! Go to Solution.
Hi @AnilKumar,
You can create a index column in Query Editor firstly:
Then create calculated columns below:
Best Regards,
Qiuyun Yu
Hi,
Based on the 3rd and 4th columns, you want to generate the 5th column. What is the use of the 1st and 2nd columns?
Hi @AnilKumar,
You can create a index column in Query Editor firstly:
Then create calculated columns below:
Best Regards,
Qiuyun Yu
Thanks. It worked for my case.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 52 | |
| 38 | |
| 31 | |
| 27 |