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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Top Kudoed Authors