Forum Discussion

louism's avatar
louism
Regular Visitor
9 years ago
Solved

Can't query data from database directly - have to use Stored Procedures...

Ok so I know this topic has been brought up before but after scouring forums and blog posts for the last couple of hours I am yet to come up with a way around my issue...   Current Situation I am ...
  • Eric_Zhang's avatar
    Eric_Zhang
    9 years ago

    louism

     

    The wizard sounds promising, but it is still very limited in Power BI side, as there's no any desiner API you can use to change a PBIX file. Check this idea Power BI Designer API and vote it up if you have interest.

     

    For Power BI Embeded, The only avaiable approach I can think of is, instead of result out to a file, save the result into a Azure SQL DB. Then use a direct query to the DB and you have no worry about data refresh.

     

    For Power BI Service, you can result out to a file and then use a gateway to schedule refresh.