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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
mmills2018
Helper IV
Helper IV

Filtering on an unrelated table

Hello,

 

I am currently pulling in static data (goals) into a table from a different data set.  The table I am pulling this data into allows the end user to filter by Management Level (slicer = Management levels).  I want to somehow connect the static data I am brining into the table to this specific slicer.  Any ideas how i can do this?  i tried this measure below but it is not functing correctly.

 

The measure I am bringing into my data source is below:

goal measure = 

IF(
ISINSCOPE( Goals[Group]),SELECTEDVALUE(Goals[2021 Female Goal]),if(ISINSCOPE(Goals[Platform]),CALCULATE(sum(Goals[2021 Female Goal]),Goals[IsPlatform]=1)))

 

this is the measure i used to try and connect my goal measure with the management level filter.

VAR _flag = ISFILTERED('Mgmt Levels'[Management Levels])

VAR _round = IF(_flag,IF(
ISINSCOPE( Goals[Group]),SELECTEDVALUE(Goals[2021 Female Goal]),if(_flag,IF(ISINSCOPE(Goals[Platform]),CALCULATE(sum(Goals[2021 Female Goal]),Goals[IsPlatform]=1)))))
return
_round
1 REPLY 1
v-luwang-msft
Community Support
Community Support

Hi @mmills2018 ,

could pls provide your pbix file ? Remember to remove the confidential information.

 

 

 

Best Regard

Lucien Wang

 

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