March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
127 | |
85 | |
69 | |
53 | |
44 |
User | Count |
---|---|
202 | |
106 | |
100 | |
64 | |
56 |