Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello all,
I need your help concerning my probleme, in fact I need to calculate a measure based on column and rows value :
I need to put in Cond3 the value of 20 of B nd Cond1?
The result should be like this :
Any help please? how to add a condition like this : IF Column1=B and Column2=Cond3 then Sum(Mesure) All(table) else Sum(Mesure)
I hope I explained well my issue
Thank you in advance
Taddi
Solved! Go to Solution.
Hello @Greg_Deckler
Thank you for your suggestion:
this is the right formula :
@Anonymous Wild guess:
IF(Column1="B" && Column2="Cond3",CALCULATE(Sum(Mesure),All(table)),Sum(Mesure))
Hello @Greg_Deckler
Thank you for your suggestion:
this is the right formula :
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.