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

View all the Fabric Data Days sessions on demand. View schedule

Reply
SamfarUK
Helper I
Helper I

Measure calculation with more than on element

Can someone please tell me how I can add "OP25R" into this calculation?

SamfarUK_0-1738859176360.png

 

1 ACCEPTED SOLUTION
bhanu_gautam
Super User
Super User

@SamfarUK , Try using

DAX
Budgets = CALCULATE(
SUM('consolidated'[value]),
KEEPFILTERS('consolidated'[Financial] IN {"OP25", "OP25R"})
)




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






View solution in original post

2 REPLIES 2
bhanu_gautam
Super User
Super User

@SamfarUK , Try using

DAX
Budgets = CALCULATE(
SUM('consolidated'[value]),
KEEPFILTERS('consolidated'[Financial] IN {"OP25", "OP25R"})
)




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






I knew it was going to be something simple but I just couldn't figure it out. Thank you so much!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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