Forum Discussion
Timeline chart view Date when timestamp is empty
For sure I didn't make myself clear!!
My data (measures) are collected in a DB from an external source. If source have measures in the day these are registred on the DB with the datastamp (i.e. 02/22/2020 14:30) if not simply there is no data on the DB.
I cant'control this and put blank data in the DB if there are not measures for a specific day.
Thanks you!
Hi AgoZ_KH ,
Which type of visual are you using? Can the type of X-axis be set as "Continuous" instead of "Categorical"?
In addition, you can try to create a new measure in Power BI like below to meet your requirements:
New Measure in Power BI =
SUM ( 'YourTable'[Your old measure] ) + 0 //If your old measure has become a column in Power BI.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AgoZ_KH4 years ago
Resolver I
Hi Icey !
I discover, by your posted image, I didn't have the last version of Desktop pBI!! So I download it. But I don't have anyway the choice to set X-Axis. I use the object Graph Line. Which kind of grafic are you using?
Best regards
A.
- Icey4 years ago
Community Support
Hi AgoZ_KH ,
I just use the simplest "Line chart" as an example.
And I don't find the visual "Graph Line" you are using.
In addition, which field do you use as "X axis"? Could you create a sample file for test? Please don't contain any sensitive information.
Reference: How to provide sample data in the Power BI Forum - Microsoft Power BI Community
Best Regards,
Icey
- AgoZ_KH4 years ago
Resolver I
Hi Icey!
the chart is the same.
Here as requested an example of my report and data model (simplificated):
https://www.dropbox.com/s/7j53vb4cl2na467/report_example_agoz.pbix?dl=0
Note that between the 4th and 9th february I have no data. My goal is to show this days (of cours with 0 data).
Hope this clarify my issue.
Best regards
AgoZ