Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Guys,
I have a problem with Scatter Chart. I want to plot the time in days it took to complete an item in Azure DevOps with the date it completed on, as well as a percentile line for 85th/50th percentiles.
Currently I'm having to use the completed date as a number, which means my chart ends up looking like so:
When it should actually look like this:
Data is structured like so:
Any tips on how I could potentially restructure the data to get it working?
That's not technically true, you can add date to the x-axis however it then sums the data points...
When you change it to 'don't summarize' you then get an error...
Hi @Anonymous,
Currently, it doesn't support to add date field onto axis of scatter chart. We can only place numeric fields onto axis, for both X-axis and Y-axis.
Regards,
Yuliana Gu
@nirvana_moksh I'm not sure how that solves my problem as I already have the CompletedDate column that has it in Date format? Apologies if I've misunderstood...
@nirvana_moksh that's what I already have in the 1st picture in my OP 🙂
Is there any way I could create bins to reduce the white space? Or a grouping to go 20181101-20181130 / 20181201 - 20181231 / 20190101 - 20190131 etc...