Forum Discussion
Yuriy
9 years agoFrequent Visitor
LineChart last houre
I use stream analitics real-time data source.
I made a LineChart and I need to filtere last one houre data, but in a filter tab I see minimal a 1 day period.
It is possible to filter only one houre?
2 Replies
- v-sihou-msftMicrosoft Employee
In this scenario, if you only need to push last hour data into dataset, you need to modify your Query on stream analytics. If you only need to render the last hour on visual. You can set the interval on Tile.
Regards,
- YuriyFrequent Visitor
I am using the Line Chart peaned from report and it is not passible to render last hour data.
I do not now how it is possible to modify Stream Analytics query, becouse of Stream Analytics query only add the data to dataset.And after that I think the power bi cached this data.