Hi All,
I have a line chart that I would like to set to Continuous. However PBI is showing me Date and Time for the x-axis. Is there a way to show only dates in the x-axis? I.e. 2 Mar, 3 Mar, 4 Mar
x-axis is showing Date and Time now:
Regards,
Bee Kee
Solved! Go to Solution.
Try creating a calculation column to convert the value to text:
Column = FORMAT('Calendar'[Date] , "D MMM")
/ J
@beekee , you have x-axis type as categorical, try that
Try creating a calculation column to convert the value to text:
Column = FORMAT('Calendar'[Date] , "D MMM")
/ J
This will help to remove the time although it is not continuous. I think this is fine. Thanks!
If you create a new calendar table which you then connect with a relationship you should be able to maintain the continuous x-axis!
Br,
J
@beekee ,
Best practice is to separate date/time column in two columns because of performance.
If you don't need any analytics by time, in Power Query split column and keep only Date.
Continuos type: select chart > x axis > type = continuos.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
386 | |
104 | |
67 | |
54 | |
49 |
User | Count |
---|---|
378 | |
118 | |
82 | |
67 | |
54 |