I have table storage as data source. Data is IoT data and every 10 seconds I get new row with timestamp.
I can succesfully connect with Power BI Desktop. I have changed data type as Date/Time. Column name is Timestamp and values is in format of "10/12/2016 13:08:30". Another column is temperature in decimal format like "23.0".
Now how to make line chart where I can see how temperature get changing over time? I would like to see by latest 24 hour?
I understand and Timestamp is Axis and Temperature is Value, but I get values for every 10 seconds. I would like to show by 1 hour and I like to get displayed only last 24 hour.