Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
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
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
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 108 | |
| 106 | |
| 39 | |
| 33 | |
| 25 |