Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.