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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
DevForDay
Frequent Visitor

Get highlighted value from table

Is it possible to get highlighted data from the table with only one column inside of custom visual as below?

 

image.png

 

Inside of the custom visual, I have one dataRole of type GroupingOrMeasure as below.

"dataRoles": [
        {
            "displayName": "Fields",
            "name": "values",
            "kind": "GroupingOrMeasure"
        }
    ]

I tried using mapping as

"dataViewMappings": [
        {
            "categorical": {
                "categories": {
                    "select": [{ "bind": { "to": "values" } }]
                },
                "values": {
                    "select": [{ "bind": { "to": "values" } }]
                }
            }
        }
    ]

but I was not able to get highlighted values. I would only get categories with the list of all product ID's from the picture. Can somebody explain to me why is that?

 

I saw that I'm not able to get highlighted values on the table mapping, and because I only have one field, I believe I'm not able to use the matrix mapping. So, I was wondering what I could use to get highlighted values?

 



0 REPLIES 0

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors