Forum Discussion
san-to
3 years agoRegular Visitor
save drop down selection to datasource
I have a connection to a sql server database and use a view - say vProjects - as a source for a drop down control. I want to display the project names in the drop down list and save the ID of the se...
san-to
3 years agoRegular Visitor
It seems to me like Power BI is more of a data visualization tool than an application builder. It doesn't support a bi-directional communication between the interface and an sql server. I found only one workaround using an R library to pass slicer selections to sql server. Why is it required to use a foreign library to communicate between to Microsoft products?