Forum Discussion
Anonymous
3 years agoNot applicable
get a notification on the same Power BI (Pro version) report page (not an email notification)
Imagin we have a Power BI report that an end user uses and when the data source modifies it refreshes a PBI dataset using an automatic flow. As we use PBI Pro version we have a 8 time limit per 24 hr...
- Anonymous3 years ago
What we ended up finally:
CALCULATE(COUNTROWS('tablename'),KEEPFILTERS([last update time]==TODAY()))
Anonymous
3 years agoNot applicable
What we ended up finally:
CALCULATE(COUNTROWS('tablename'),KEEPFILTERS([last update time]==TODAY()))