Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Only apply measure to specific rows

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. 

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

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


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

2 REPLIES 2
MFelix
Super User
Super User

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


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Anonymous
Not applicable

Perfect! 

Thanks!!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors