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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

Problem with reading data from dataview

I have my capabilities.json as follow:

 

{
    "dataRoles": [
        {
            "displayName": "Origine",
            "name": "category",
            "kind": 0
        },
        {
            "displayName": "Volume",
            "name": "measure",
            "kind": 1
        },
        {
            "displayName": "Age",
            "name": "age",
            "kind": 1
        }
    ],
    "dataViewMappings": [
        {
            "conditions": [
                {
                    "category": {
                        "max":1
                    },
                    "mesure": {
                        "max":1
                    },
                    "age":{
                        "max":1
                    }
                }
            ],

            "categorical": {
                "categories": {
                    "for": {
                        "in": "category"
                    }
                },
                "single": {
                    "for": {
                        "in": "age"
                    }
                },
                "values": {
                    "select": [
                        {
                            "bind": {
                                "to": "measure"
                            }
                        }
                    ]
                }
            },
            "single" : {
                "role":""
            }    
        }
    ],

i'm trying to read the the data "age" but I couldn't achieve this.

here is the way with which I'm trying to read the data:

 

            console.log(options.dataViews[0]);
            console.log(options.dataViews[0].categorical.maps);
1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

The above capabilities.json is not valid. You may check the API at https://github.com/Microsoft/PowerBI-visuals-tools/blob/master/templates/visuals/.api/v1.7.0/schema.....

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.