The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello all,
I'm trying to get some Deneb visualization going.
However, even when I dumb it down to the simplest example, Deneb refuses to show me anything.
For example, here I made the simplest Test data and I just want Deneb to show it. But no matter what I do, it just doesn't show it.
Meanwhile hardcoded data does show:
How should I proceed?
Solved! Go to Solution.
Hi @MsBushido,
It looks like you're using data as the referenced name, and the Vega view will not have a reference to that to display anything, which is as expected.
To link to the data supplied to the visual from the model, the name to use is dataset. Hopefully this will resolve your issue.
Good luck!
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Daniel, thank you very much for this!
I spent hours on this, haha, only to find out it was something so simple.
Awesome, thanks!
Glad to help! I hope you enjoy using Deneb!
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Hi @MsBushido,
It looks like you're using data as the referenced name, and the Vega view will not have a reference to that to display anything, which is as expected.
To link to the data supplied to the visual from the model, the name to use is dataset. Hopefully this will resolve your issue.
Good luck!
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)