Forum Discussion
Timeline chart view Date when timestamp is empty
Would your problem be solved if you add +0 to the end of your measure?
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!
- Icey4 years agoCommunity Support
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 agoResolver 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 agoCommunity 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