We have a pbix which has multiple tiles on it. These tiles together linked together with month filter.
And the data source is SQL Azure database.
We are fetching the data with 'direct query' option.
This pbix is embedded into .net web application. The data on this embedded pbix(seen on .net homepage of application) is always up to date, we do not need to schedule any refresh.
Now we want to use import instead of direct query.
Could you please help with a direction how to go for it?
Regards,
Ashwini