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.
Hello, I stuck in the DAX formual by tring to get value from previous row.
With Below example, when Date and SKU are same:
D3=D2
D4=D3
D6=D5
....
How can we achieve that by adding Column D (Qty2) in using DAX?
Thanks for help!
Solved! Go to Solution.
@nbufff Hi! Create a new calculated column with this code:
if it's ok, please accept my answer as solution!
BBF
@nbufff Hi! Create a new calculated column with this code:
if it's ok, please accept my answer as solution!
BBF