Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
How would I create a measure that only applies [SAID_FORMULA] to {Specific Channel in Table}.. and applies a different [SAID_FORMULA2] to all else.
Solved! Go to Solution.
Hi @Anonymous,
You can do something like this:
FORMULA =
IF (
MAX ( Table[Specific Channel] ) = "Specific",
SUM ( Table[A] ),
SUM ( Table[B] )
)Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous,
You can do something like this:
FORMULA =
IF (
MAX ( Table[Specific Channel] ) = "Specific",
SUM ( Table[A] ),
SUM ( Table[B] )
)Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsPerfect!
Thanks!!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 46 | |
| 44 |