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.
Hi, Good Day.
I am a newbie in Power BI.
Is it possible to combine the three formulas in one measure?
For Example, to find the Percentage for every type
Type A = (X+Y)/2
Type B = (W+X)/2
Type C = (U+V)/2
Thank You.
Solved! Go to Solution.
Hi @ambillate
Yes, you can use SELECTEDVALUE function or MAX function.
For Example:
SWITCH(SELECTEDVALUE(Table[Type]),
"A", Formula 1,
"B", Formula 2,
Other)
Proud to be a Super User. If I helped, please accept the solution and give kudos! |
Thank You 🙂
Hi @ambillate
Yes, you can use SELECTEDVALUE function or MAX function.
For Example:
SWITCH(SELECTEDVALUE(Table[Type]),
"A", Formula 1,
"B", Formula 2,
Other)
Proud to be a Super User. If I helped, please accept the solution and give kudos! |
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.