Forum Discussion
how to create this static chart into dynamic using ms SQL server(parameters used)
Hi Sid25
You can not call the stored procedure by changing the visual, power bi has its own engine that is a lot faster than SQL server is.
If your dataset is too big like 100 of millions of rows then you can use Direct Query or Composite Model (Mixed import and Direct Query ), if the model isn't so big then just load all.
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
- Sid256 years agoHelper II
The problem is that data stored in the server is confidential so i can't migrate it to somewhere else and can't load the entire at once due to the the volume of the data that's why i wanna achieve the same with the help of stored procedure. i am kinda new to this ,i usually with r and python so correct me if i am wrong.
I want the selection from the bar chart to be passed as a parameter of stored procedure during runtime. SP should be executed dynamically
please guide me through to achieve the same.
thanks in advance
sid