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?
- AgoZ_KH4 years agoResolver I
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.