Forum Discussion
Getting a report to run from 8am
- 8 years ago
Hi
All seems to be working great except that when I refresh the report in the PowerBI service the report is missing all the current hour's data. In the Desktop app it shows the data correctly and even the pinned table from the report in a dashboard shows the current hours information but the report itself in the power BI service will not show the current hours data it just shows all information up to the latest hour.
I hope that makes sense. I thought it might be a UTC issue but I cannot see anything that would stop the data, especially as the pinned table is updating correctly on the dashboard.
Many Thanks
Malcolm
Update - I seem to have fixed it by placing +(1/24) after NOW ()
+ (1/24) being my timezone
Thank you very much. I will try it now
Malcolm
PowerBI says that "aggregation" is not a valid Table, variable or function name?
- v-yuta-msft8 years ago
Community Support
Hi MalOSB,
It's just a pattern, aggregation should be replaced by the aggregation function(e.g.: SUM(), MAX(), MIN(), COUNT()) you want to use to achieve the aggregated value.
Regards,
Jimmy Tao
- MalOSB8 years agoFrequent Visitor
Thanks Jimmy
Since I want the whole report to run from this date/time I wanted to put it in the page filter? or would I have to make each visual use the DAX expression?
Thanks again,
Malcolm
- v-yuta-msft8 years ago
Community Support
Hi MalOSB,
Page level filter can only implement simple filter operation like "great than", "less than", "is not" and so on. So in your senario I'm afraid you should measure instead of page level filter.
Regards,
Jimmy Tao