Forum Discussion
How to display the function parameter in visual?
I am trying to do the above video in PowerBI. I am stucked at not able to display the parameter function in visual to take user input. Which visual I shoulld to choose as the parameter table in excel that user can type new date in?
3 Replies
- lbendlinSuper User
The solution referenced in the video is done in Power Query, not in Power BI. You cannot write back parameters from the Power BI UI manually into the Power Query partition or expression. You can specify parameters in the Power BI Service, or your can use dynamic parameters that you bind to a column. NOTE: This will only be effective for Direct Query data sources.
Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn
- AnonymousNot applicable
I have tried to specify parameters in Power BI Service, they are not interactive with the viewers only the creater who has access to edit the dataset.
- lbendlinSuper User
The parameters are accessible by the
datasetsemantic model owner in the service - that doesn't have to be the creator. Another workspace member can take over thedatasetsemantic model.If you want the report user to be able to influence them you need to bind them to a direct query column.