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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Dear All,
I want to take the sum of 4 card values which are based on 'What If' Paramaters. Is there an easy way to do this?
Thank you in Advance.
Solved! Go to Solution.
You should be able to do
total = parameter_1 + parameter_2 + parameter_3 + parameter_4
Help when you know. Ask when you don't!
You should be able to do
total = parameter_1 + parameter_2 + parameter_3 + parameter_4
Help when you know. Ask when you don't!