You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Ive made a radial chart which is still rather simple, but I dont want to progress further until Ive made it work properly in Power BI. The issue is that everytime I put the date on the radial axis, I always get the “Dataset incomplete” message in Power BI even though all the data is provided. If I remove the date from the axis and replace it with some other attribute the chart works fine. Is there a date format issue I need to know about, or a certain code that needs to be added to the plotsegment filtering to make it work? Ive seen examples of this working for others (ex: https://community.powerbi.com/t5/Data-Stories-Gallery/Charticulator-Radial-and-Scatter-Plots-with-Diverging-Colour/td-p/930913) so I assume I`m doing something wrong.
Hi,
I
ve made a radial chart which is still rather simple, but I dont want to progress further until Ive made it work properly in Power BI. The issue is that everytime I put the date on the radial axis, I always get the “Dataset incomplete” message in Power BI even though all the data is provided. If I remove the date from the axis and replace it with some other attribute the chart works fine. Is there a date format issue I need to know about, or a certain code that needs to be added to the plotsegment filtering to make it work? Ive seen examples of this working for others (ex: https://community.powerbi.com/t5/Data-Stories-Gallery/Charticulator-Radial-and-Scatter-Plots-with-Diverging-Colour/td-p/930913) so I assume I`m doing something wrong.