Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
I have a table with the dates "above" the actual table. Like the image below
I want to have the dates in a column next to the columns customer id, name, last name and age.
I have tried to transpose, unpivot and pivot the table, but it won't work.
Can someone help me?
Thanks!
Solved! Go to Solution.
Hi @Anonymous ,
If the two dates ALWAYS appear in the first two rows of the table, then you can use the following as new custom column calculations:
// First date
= previousStepName[Column3]{0}
// Second date
= previousStepName[Column3]{1}
Pete
Proud to be a Datanaut!
Hi @Anonymous ,
If the two dates ALWAYS appear in the first two rows of the table, then you can use the following as new custom column calculations:
// First date
= previousStepName[Column3]{0}
// Second date
= previousStepName[Column3]{1}
Pete
Proud to be a Datanaut!
Hi Pete,
It gives an error as below:
We cannot convert the value #date(2018, 1, 22) to type List.
Could you help me with this?
Apologies. I forgot to add the reference to the name of your previous query step.
I've updated my original response to include this.
Pete
Proud to be a Datanaut!
Thank you very much, that did the trick!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 14 | |
| 14 | |
| 10 | |
| 8 | |
| 8 |