Hello,
Is it not possible to EXEC SQL Server (SQL 2014) stored procs from PowerBI? I've been reading various posts on different forums and people are saying that I need to use OPENQUERY for this, is this this correct? I basically have 7 stored procs that all return tables that I want to display independanly on a a single dashboard. I want the stored procs to be called every time the dashboard refreshes so direct query seems to make sense, rather than import.
What I mean by "independanly" is that they should not have dependancies on each other, so slight follow up question, how do I stop dependancies, would it just be some form on panel?
Thanks