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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ianf123
Helper I
Helper I

Filter across multiple columns - for Network Navigator

Hello,

 

I am very new to Power BI. Apologies if there is an easy answer to this problem...

 

I am trying to use Network Navigator to represent dependencies between IT services.

I would like to be able to "Filter" on a service so I can just see the dependencies for a single service.

I would like my screen to show ALL the depencencies for the service, where the service in question appears in the Source or the Target columns of my spreadsheet.

 

Example Data -

 

Source        Target

Service1    Service2

Service1    Service3

Service4    Service1

Service5    Service6

Service5    Service7

 

If I filter on "Service1" in Source, the only entries displayed on the diagram are (obviously) the relationships between Service 1-Service2 and Service1-Service3.

I would like to filter across both Source and Target for "Service1", so that I get all Service1 relationships displayed on the same diagram.

 

ie as well as the Service 1-Service2 and Service1-Service3 relationships, I would like to see the Service4-Service1 relationship on the diagram. Is there an easy way of achieving this?

 

Thanks in advance!

2 ACCEPTED SOLUTIONS
v-cherch-msft
Employee
Employee

Hi @ianf123 

You may create a slicer table and then create a measure to use it in visual level filter.Attached sample file for your reference.

Measure =
IF (
    MAX ( Table1[Source] ) IN VALUES ( Slicer[Slicer] )
        || MAX ( Table1[Target] ) IN VALUES ( Slicer[Slicer] ),
    1
)

1.png

Regards,

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

Hi @ianf123 

Could you tell me if your problem has been solved? If it is,kindly mark the helpful answer as a solution and welcome to share your own solution. More people will benefit from here. If not, please share more details for us so that we could help further on it.

Regards,

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-cherch-msft
Employee
Employee

Hi @ianf123 

You may create a slicer table and then create a measure to use it in visual level filter.Attached sample file for your reference.

Measure =
IF (
    MAX ( Table1[Source] ) IN VALUES ( Slicer[Slicer] )
        || MAX ( Table1[Target] ) IN VALUES ( Slicer[Slicer] ),
    1
)

1.png

Regards,

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Many thanks for this - I will try to adapt this to my needs.

Hi @ianf123 

Could you tell me if your problem has been solved? If it is,kindly mark the helpful answer as a solution and welcome to share your own solution. More people will benefit from here. If not, please share more details for us so that we could help further on it.

Regards,

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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