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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Joshua_
Helper II
Helper II

Function?

  • hy Guys,

    I need to view sales by location when filtering by Office table.

I have been trying a cross filter measure but it is not working
for example, when filter by Name 1 (tbl_office), the result should be 3250.

Thank you

1 ACCEPTED SOLUTION
Joshua_
Helper II
Helper II

thank @AlexisOlson , I solved it by creating a variable with the Location and using the filter function.

View solution in original post

3 REPLIES 3
Joshua_
Helper II
Helper II

thank @AlexisOlson , I solved it by creating a variable with the Location and using the filter function.

Joshua_
Helper II
Helper II

Hi @AlexisOlson 
I'm trying whit this, but not sure if that's the way to fix it.


CALCULATE(
SUM(SALESL]),
CROSSFILTER(DATALOCATION[ID_COMUNA],TBL_LOCATION[ID_COMUNA],Both)
)


AlexisOlson
Super User
Super User

What does your attempted measure look like?

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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