The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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" )
)
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
111 | |
79 | |
70 | |
48 | |
41 |
User | Count |
---|---|
139 | |
112 | |
72 | |
64 | |
62 |