Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
trying to create visual by deneb and you can find my code below. unfortunately no data showed
{
"data": {"name": "dataset"},
"mark": {"type": "point"},
"encoding": {
"x": {
"field": "Month",
"type": "temporal"
},
"y": {
"field": "Number PA Requests",
"type": "quantitative"
},
"color": {
"field": "InsuranceNames (groups)",
"type": "nominal"
}
}
}
any one can help?
Hi @hana123. Can you provide a .pbix file with a sample dataset? It's hard to tell what's going on without knowing what the structure of your data is. If so, I'll be happy to help.