Forum Discussion

h4tt3n's avatar
h4tt3n
Icon for Helper V rankHelper V
5 years ago
Solved

Problems with graph showing timestamped data, can't use working calendar as x axis.

Hello  everyone,   I am working professionally with processing and visualizing timestamped sensor data, like temperature and power. For that purpose, I have built a DAX calendar table with date and...
  • v-janeyg-msft's avatar
    5 years ago

    Hi, h4tt3n 

     

    It’s my pleasure to answer for you.

    According to your description,I think the calendar table may be no problem.But,your data has millisecond, Although they are  datetime types, they can't match,so it doesn't show up.You can try to extract the year, month, day,hour,minute and second from the original data in PQ to reconstruct a datetime,then create relationships.

    If it doesn’t solve your problem, please feel free to ask me.

     

    Best Regards

    Janey Guo

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.