Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi
Is there a sample visual that has the implementation of "SelectionIDBuilder" using the "withMatrixNode".
My visual is working fine except when the interactions are not working with I have drill down with "Expand all down".
Thanks
Nishant
The SunburstVisual uses a matrix mode dataview and does selections. It uses .withCategory, but .with MatrixMode works fine as well. You just have to append calls to .withMatrixMode to specify your context (e.g. if you are including parents, call it more than once; same if you are including column), then call .createSelectionId at the end and get the combined Id.
Same problem.
Anybody?
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.