Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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
User | Count |
---|---|
14 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
22 | |
11 | |
10 | |
10 | |
8 |