Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello 🙂
I am facing an issue on my visual.
I have created two measures :
I have do some further testing and it seems that as soon as we do an addition in the CALCULATE then it won't work (but it works for a multiplication !). I have also tried to put the addition after the CALCULATE but same issue..
Do you have any idea ?
Thanks for your help.
Romain
Solved! Go to Solution.
Try
test2 =
CALCULATE (
Mesures[Encours_1]
+ IF ( SELECTEDVALUE ( 'Dimension Divers'[devise] ) = "USD", 10 ),
KEEPFILTERS ( 'Dimension Divers'[devise] = "USD" )
)
Try
test2 =
CALCULATE (
Mesures[Encours_1]
+ IF ( SELECTEDVALUE ( 'Dimension Divers'[devise] ) = "USD", 10 ),
KEEPFILTERS ( 'Dimension Divers'[devise] = "USD" )
)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!