Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi
I have set up two parameters to control the different data sources (from SQL server).
These two different data sources with the same table name will use the same template.
My question is how to add a filter or button or something can let user to click and switch the data sources for the template and update immiediately? Thank you!
Hi @it_kwwk ,
If you are using DirectQuery, you can use the dynamic M query parameter. which allows the user to pass parameters by changing the value of the slicer.
Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
You can make the parameter a type list.
Where is the user supposed to click? In Power BI Desktop or Power BI service?
In Power BI Desktop they can "Edit parameters".