The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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)?