Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
webchris
Advocate III
Advocate III

Using of Parameters (list of values) in the service

Hi all

 

I have published a semantic model to the service. This semantic model does contain parameters with a list of values.

 

When I want to adjust the settings / parameters in the service, I do not get the list of values as a dropdown but instead have to manually enter the parameter value (which is kind of error-prone...).

 

Do you have any good idea to get the list of values shown in the service, without having to open the semantic model there?

 

Thanks for your input

Christian

1 ACCEPTED SOLUTION
v-vpabbu
Community Support
Community Support

Hi @webchris,

 

Unfortunately, this feature is not yet available in the Power BI Service, which currently only allows manual entry of parameter values.

It is possible that this limitation may be addressed in a future update. I recommend submitting your detailed feedback and suggestions through Microsoft's official feedback channels. Feedback shared via these channels is frequently reviewed by the product teams and can help drive meaningful improvements.
https://ideas.fabric.microsoft.com/ideas/search-ideas/ 

If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!

 

Regards,

Vinay Pabbu

View solution in original post

3 REPLIES 3
v-vpabbu
Community Support
Community Support

Hi @webchris,

 

Unfortunately, this feature is not yet available in the Power BI Service, which currently only allows manual entry of parameter values.

It is possible that this limitation may be addressed in a future update. I recommend submitting your detailed feedback and suggestions through Microsoft's official feedback channels. Feedback shared via these channels is frequently reviewed by the product teams and can help drive meaningful improvements.
https://ideas.fabric.microsoft.com/ideas/search-ideas/ 

If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!

 

Regards,

Vinay Pabbu

Sahir_Maharaj
Super User
Super User

Hello @webchris,

 

Instead of defining a parameter inside Power Query, can you please try creating a detached table with selectable values and use a measure or slicer.

ParameterValues = DATATABLE(
   "Parameter", STRING,
   {
      {"Option 1"},
      {"Option 2"},
      {"Option 3"}
   }
)
SelectedParameter = SELECTEDVALUE(ParameterValues[Parameter], "Default Value")

 

If you need a way to dynamically update the parameter in the Power BI Service, you can use Power Automate to trigger dataset parameter updates.


Did I answer your question? Mark my post as a solution, this will help others!

If my response(s) assisted you in any way, don't forget to drop me a "Kudos" 🙂

Kind Regards,
Sahir Maharaj
Data Scientist | Data Engineer | Data Analyst | AI Engineer
P.S. Want me to build your Power BI solution? (Yes, its FREE!)
➤ Lets connect on LinkedIn: Join my network of 15K+ professionals
➤ Join my free newsletter: Data Driven: From 0 to 100
➤ Website: https://sahirmaharaj.com
➤ Email: sahir@sahirmaharaj.com
➤ Want me to build your Power BI solution? Lets chat about how I can assist!
➤ Join my Medium community of 30K readers! Sharing my knowledge about data science and artificial intelligence
➤ Explore my latest project (350K+ views): Wordlit.net
➤ 100+ FREE Power BI Themes: Download Now
LinkedIn Top Voice in Artificial Intelligence, Data Science and Machine Learning

Hi Sahir

thanks for your proposal, but that is not what I was looking for. 

I think the dropdown for the parameter with the list of values should be available in the service as well.

Thanks

Christian

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.