Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.