Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi
I have the below dataset, what im looking to do is to say:
Rounddown(Week 02 + Week 01,0) i.e 1,022.27 -15.48 = 1,006
Then moving the forumla needs to flow each week so:
1,022.27 - 1,006 -15.48 = 0.79
Then: Week 03: rounddown(1,985.6+0.79) = 1,986
Then again: 0.79 +1,985.6-1,986 = 0.39
going forward this needs to flow each week and be a measure
Thanks
Hi @wvdmpowerbi
I'm afraid it is impossible with measure/column.
You may write python code to implement it.
Best Regards
Maggie