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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
admin_xlsior
Post Prodigy
Post Prodigy

Filter Slicer with inactive relationship

Hi guys,

 

How to make my slicer correspont with another slicer which has inactive relationship between them.

 

I have one slicer, lets say Company, which already put as slicer :

Company
DEMF
BGR
SME

 

And then I have Worker Table like below:

WorkerCompany
JulieBGR
GarryBGR
LisaDEMF
MattSME
SophieSME

 

I cannot put active the Relationship because it already connect with some other table, so im my Worker slicer now, it display all of them instead what already selected in Company slicer

 

Thanks,

 

 

 

1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

Hi @admin_xlsior ,

 

We can create a measure and make the table visual filtered by the measure.

 

Measure = 
IF(MAX(Worker[Company]) in VALUES(Company[Company]),1,0)

Capture.PNG

 

Pbix as attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

3 REPLIES 3
v-frfei-msft
Community Support
Community Support

Hi @admin_xlsior ,

 

We can create a measure and make the table visual filtered by the measure.

 

Measure = 
IF(MAX(Worker[Company]) in VALUES(Company[Company]),1,0)

Capture.PNG

 

Pbix as attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
Anonymous
Not applicable

Could you please tell me, what does mean by keeing that measure is 1 on the visual filters, how does it related inactive relationship

Hi @admin_xlsior ,

 

Does that make sense? If so, kindly mark my answer as the solution to close the case please. Thanks in advance.

 

Regards,
Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.