Forum Discussion
abhidotnet
1 year agoAdvocate II
Automated Power BI Report with Parameter
Hi all, I’ve created a Power BI report that connects to a Table Valued Function (TVF) in a SQL Mirror Database. The function takes a single parameter — an input date — which I pass via a parameter c...
- 1 year ago
Can I dynamically pass the date parameter (e.g., first day of the current month) at refresh time?It's a two step process
1. set parameter
2. initiate refresh
You would need to use a custom connector that can run REST API calls.
lbendlin
1 year agoSuper User
Can I dynamically pass the date parameter (e.g., first day of the current month) at refresh time?
It's a two step process
1. set parameter
2. initiate refresh
You would need to use a custom connector that can run REST API calls.