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 nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi guys,
I'm using the Matrix databind and I'm trying to create a selection manager for my visual.
I can't seem to find simple documentation/examples for creating a selectionid to attach to my datapoints - categorical is pretty well documented and I have made that work on other visuals, but Matrix databind doesn't seem to be so popular and the data structure is different and doesn't seem to simply slot into the method that is commonly used in categorical.
I only really care about one selecting dimension of the data if that makes it easier.
Can anyone help? Thanks in advance.
Hi,
You are right, documentation is still in progress and not all moments are described.
To solve your question you can look at Sunberst visual (https://github.com/Microsoft/powerbi-visuals-sunburst/blob/41cfe43d2402330d4d60c16caa17d391635014e8/...)
In general, it uses matrix binding and just converts data to DataViewCategoryColumn type and then adds it to selectionIdBuilder.
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |