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,
Im trying to do the following:
I have visual with 2 measures:
Solved! Go to Solution.
Hi @Bohumil_Uhrin ,
You can use the following measure, and it will show what you want:
Amortisation value prev =
VAR prev_month = MAX(data[Month])-1
RETURN
calculate([Amortisation value],filter(ALLEXCEPT(data,data[Material]),data[Month]=prev_month))
If this post help, please consider accept it as the solution to help other member find it more quickly.
Best Regards,
Dedmon Dai
is your data[Month] a date field or a number field? what happens if the month is January?
Did you notice that you subtract 1 twice?
data[Month] is number field
yeah, I subtracted twice - I corrected
I have data only for months 3-9. When I select the smallest (3), its the same - blanks.
I shared file on onedrive: https://1drv.ms/u/s!AsS4aATA1W9agqQtzmF_2oMhuMB6aA?e=YmOQXZ
thank you very much for your help
Hi @Bohumil_Uhrin ,
You can use the following measure, and it will show what you want:
Amortisation value prev =
VAR prev_month = MAX(data[Month])-1
RETURN
calculate([Amortisation value],filter(ALLEXCEPT(data,data[Material]),data[Month]=prev_month))
If this post help, please consider accept it as the solution to help other member find it more quickly.
Best Regards,
Dedmon Dai
thank you, this worked well 🙂
hi, yes, I was using measure for [max month], but with the variable its the same - Im geting blank values
is [max month] a measure? Use a variable instead.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
83 | |
75 | |
64 | |
39 | |
34 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |