Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
For the use of my dashboards in Power BI Service, I need to vary my data source based on selection in a column. I've tried setting up a parameter to vary the data source based on the slicer selection of this variable, but I'm struggling with the M language solution. Also I don't even know if its possible for a client to select the variable and to refresh in live the dataset in Power BI Service. My data sources are xslx files.
Thank you in advance for your help!
Solved! Go to Solution.
Dynamic M Query parameters only work with Direct Query data sources. Your xlsx files are Import Mode only.
Thanks, so its possible for the user in power BI Service to change the sources in live if its direct query data sources ! 🙂
Thanks for your answer
Dynamic M Query parameters only work with Direct Query data sources. Your xlsx files are Import Mode only.
Thanks, so its possible for the user in power BI Service to change the sources in live if its direct query data sources ! 🙂
Thanks for your answer
Hi @YacinO, I know this is a late reply but, were you able to get it to work (reference dynamic sources in PBI service)?