In short, "Pass parameters within a stored procedure(In SQL say) so that the parameter values can be called/used in parameters made in Power BI(query) ?"
For eg: I have a SP in SQL which has 2 parameters (para1 and para2) which can take multiple/single value(s).
I call this SP in Power BI Query Editor and I can now see it in my data sets. This can be done.
What I want is, to create a parameter (say para) in Power BI which has its source as the SP in SQL such that if I pass a value into para (in Power BI), then data loaded from the SQL Server (my data source) into Power BI corresponds only to the value(s) I added.
Is this possible?
Thanks in advance!
[This may help in getting required data loaded only into Power BI, saving time.]