Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have 2 categories and 2 measures I want to set them in a categorical set:
I tried this but its not working:
"dataViewMappings": [
{
"categorical": {
"categories": {
"select": [
{"bind": { "to": "category" }},
{"bind": { "to": "name" }}
],
"dataReductionAlgorithm": { "top": { "sample": 64000 } }
},
"values": {
"select": [
{"for": { "in": "measure" }},
{"for": { "in": "segments" }}
],
"dataReductionAlgorithm": { "top": { "sample": 64000 } }
}
}
}
]
I don't want to use the table dataView Mapping
Doesn't it work? Do you get a dataView?
Why don't you want use table mapping?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 |