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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
diskovered
Helper III
Helper III

DAX for 'breadcrumb'

I have this DAX for my current breadcrumb. I would like to extend it and hoping somebody can help me.

 

How do I extend this this to access multiple selectedvalue ie:

 

SELECTEDVALUE('Employee'[Company,"") OR

SELECTEDVALUE('Employee'[Union,"") OR

SELECTEDVALUE('Employee'[Department,"") OR

 

I want to be able to show in the breadcrumb everything user selects via card visual (slicer or any visualization)

 

EmployeeTreeBreadCrumb = 
VAR myBreadcrumb =
SELECTEDVALUE('Employee'[Company,"") & 
IF ( ISFILTERED ( 'Employee'[Department]), " > ", "" )

& SELECTEDVALUE('Employee'[Department],"")
    
    VAR IsItFiltered =
    IF ( ISFILTERED ( 'Employee'[Company]), myBreadcrumb, "Company Selected" )
RETURN
    IsItFiltered
1 REPLY 1
v-frfei-msft
Community Support
Community Support

Hi @diskovered ,

 

As I know in your formula all the columns are in the same table, it is hart to achieve your goal. Could you please share your sample data and excepted result to me if you don't have any Confidential Information.Please upload your files to One Drive and share the link here.

 

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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.