Forum Discussion
get a notification on the same Power BI (Pro version) report page (not an email notification)
- Anonymous3 years ago
What we ended up finally:
CALCULATE(COUNTROWS('tablename'),KEEPFILTERS([last update time]==TODAY()))
As I mentioned there is no functionality which could display an alert on the page if the 8 refresh limit has been hit. You could maybe put the last refreshed datetime on your report so the user could see that it was not up to date, but they would not know why.
Otherwise you could look at using a premium capacity or PPU licenses instead of using Pro. Then you don't have the 8 refresh limit.
Or you could try using and endpoint like Azure SQL instead of a sharepoint list and then you could build your model in Direct Query mode so that it always queries the latest data and you don't need to refresh at all.
Thanks!
Direct query is not possible on SP unfortunately!