297 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
29
views
How to unalign points on deneb line x axis?
Can someone help me figure out how to make it so the points below for City 3 are not aligned on the same x-axis, e.g., on top of each other? In the data, each occurs in its own row and has a Year or ...
1
vote
0
answers
58
views
Vega Lite Facet: Waffel inside calendar chart not working correctly
Seeking help to troubleshoot on vegalite visual (used in Deneb). Trying to create waffel visual inside calendar chart using facet operator for both row and columns.
Encountered problem that seems the ...
2
votes
1
answer
60
views
How to reset Deneb/vega count down timer
I am using the dynamic count down timer from deneb as per Daniel Patrick marsh example. I have a table visual on a page which gets auto refreshed every 30 seconds via direct query. I want the deneb ...
0
votes
0
answers
47
views
My vega code is compiling fine but not creating a visual in PowerBI. How do I resolve this?
I'm very new to Vega, mainly because I need a flow map in PowerBI under several constraints that make other methods unfeasible, and thus I've been attempting to create a custom visual with Vega. As it ...
0
votes
0
answers
38
views
How to prevent jumpback on user input in deneb vega gantt chart?
I am trying to create a Vega Gantt Chart using the template from David Bacci - Deneb-Showcase.
In my original dataset I am taking the data from sharepoint and importing it into deneb visual. I did ...
0
votes
0
answers
35
views
Interval selections and point selections working toghether
I have a list of words, I would like to make the seleciton experience as fast as possible. this means:
interval selectionS: S meaning that after the first zone is drawn
and lie selected, I would like ...
1
vote
0
answers
75
views
Incorrect position of average total text for a Faceted Matrix
Seeking help with vega lite code for Deneb Power BI as following. The overall average total for Avg. column showing in incorrect position when only 2 columns exist for the matrix. When there are 3 ...
0
votes
1
answer
214
views
Map visuals with Deneb in Powerbi environment
I'm trying to work my head around map visuals with Vega lite/Deneb within powerbi. I know that alternative exist, but am keen to understand the transaction between powerbi table and deneb.
For my ...
1
vote
1
answer
76
views
Guidance on aligning nodes horizontally by group in force layout
I’m trying to use Vega’s force transform to create a node-link diagram where nodes are positioned horizontally based on a group field (e.g., group 1 far left, group 8 far right). At the same time, I ...
2
votes
1
answer
100
views
Modifying the colors in David Bacci's PowerBI Deneb Org chart
I am trying to modify David Bacci's Org Chart. https://github.com/PBI-David/Deneb-Showcase/tree/main/Organisation%20Tree%20Chart. My goal is to change the color of the node borders based on ...
1
vote
0
answers
44
views
Small Multiple Project by Phase with Status Icon
SampleData
I am trying to create a custom visual in power bi using Deneb and Vega code.
I need a small multiple chart that groups the Projects in columns by phase. I also have to add an icon to show ...
0
votes
1
answer
33
views
Calculating `max` in Vega
I want to calculate the maximum of a column and store it in a value inside the signals block. I know how to do this by creating a new dataset and using transform and aggregate. But I want to learn how ...
1
vote
1
answer
151
views
How to dynamically provide colour hex codes (from a dataset) to Deneb (Power BI) Visualizations Using Vega/Vega-Lite?
For reference, we have been using the following template as a starting point: https://github.com/PBI-David/Deneb-Showcase/tree/main/Gantt%20Chart
I have these rows of data within my visualization that ...
0
votes
1
answer
64
views
Passing a Signal to another signal
I have a signal that defines the start of my data
{
"name": "initialScrollStart",
"init": "data('xExt').length > 0 ? data('xExt')[0].s : 0"
}
and I ...
1
vote
1
answer
92
views
Replicating tabular matrix view
I am trying to create this custom gantt chart visual with Deneb. I would like to add a parent column and would like it to replicate the tabular format of a matrix. I am able to create the new column ...