Forum Discussion
ramawatar
8 years agoFrequent Visitor
Update parameter value dynamically in power bi desktop dataset using c# code
Is there any option to update parameter value in power bi. Parameter may such as update connection string of date parmeter to filter data and reports accordingly parameter usin c# code while embedded...
- Anonymous8 years ago
HI ramawatar,
No, you can only manually modify query parameters.
For your requirement, I'd like to suggest you use other source as parameters, then you can modify the source to achieve dynamic change result.
For e.g:
Parameters are stored in csv file, then use csv connector to get data.
Create new query use above records(as parameters).Regards,
Xiaoxin Sheng
jdm-q
6 years agoRegular Visitor
Any news on this case ? I would really need to be able dynamically change other parameters based on 1 defined parameter.