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 Community,
I have two column one is date another is values. I have tried a lot many approaches but not getting any complete result.
So basicaly, value should be shifted to next row as per date and if same date is repeated so same values should be there. If i am not clear so below is the expected ouput.
I tired this below DAX not getting 100% result:
Input is like below:
TIA!
Solved! Go to Solution.
@Uzi2019 ,
First, create Index column from Query editor and then try below DAX column:
Can anybody help me out in this. It's little urgent.
@Uzi2019 ,
First, create Index column from Query editor and then try below DAX column:
Thank you for your reply.. solution is working perfectly for me.. thank you for your time.