Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 47 | |
| 44 | |
| 20 | |
| 20 |
| User | Count |
|---|---|
| 73 | |
| 72 | |
| 34 | |
| 33 | |
| 31 |