March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Datetime | Metric |
12/31/2020 11:00:00 PM | 100 |
12/31/2020 10:00:00 PM | 200 |
12/31/2020 9:00:00 PM | 300 |
12/31/2020 8:00:00 PM | 200 |
12/31/2020 7:00:00 PM | 150 |
12/31/2020 6:00:00 PM | 250 |
12/31/2020 5:00:00 PM | 50 |
12/31/2020 4:00:00 PM | 375 |
12/31/2020 3:00:00 PM | 200 |
My data looks something like this (scope covering 1 month). The idea is to make a scatter plot with Datetime as the X-axis and Metric as the Y-axis. I was able to make the desired graph using the line chart, setting Datetime and Metric as the axes, and setting X-Axis options it to Continuous.
My problem is I want to show more X-Axis tick labels beyond the 5 days it automatically chooses. Ideally, I wanna show each day as its own tick (see below for a graph made in Excel). Is that possible?
TL;DR: I need my Line Chart in Continuous so it acts like a scatterplot the way I need it to work, but it only shows 5 days as as tick labels. I need all 28-31 days in a month to have their own.
Hi @BobtheBI_lder ,
You can create a computed column and set it to Data type – Date Formate – yyyy-mm-dd in Column tools:
Date1 =
DATE(YEAR('Table'[Date]),MONTH('Table'[Date]),DAY('Table'[Date]))
Set to Date in X-axis, not Date Hierarchy
The calculation and display are then aggregated based on specific dates
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Change X-axis type to Categorical. Then you have you adjust size of visual to display all the dates without scrolling. As long as you filter data by month it shoudn't be that bad.
I don't think that there's any other way.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |