Forum Discussion
iqb
3 years agoHelper III
Bind Report Data From A Service or bind dynamically
Is it possible to get the data source from the code or service? For example, let say I wann my Pie Chart take data from a web service or take data from embeded source code like we bind report vi...
iqb
3 years agoHelper III
v-henryk-mstf Let me give you an example. If we are developing in ASP.NET Web Forms we can add the UI controls like ReportViewer, GridView, Table, etc. and bind them statically (like we do in Powe BI) or dynamically bind data from code behind file, so that we can take decisions at run time.
Is this is possibel with Power BI?