Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I am trying to create a dropdown filter within a chart using Deneb in Power BI. I can create a filter by manually specifying options like this:
```
"params": [
{
"name": "AIRelevantFilter",
"value": "All",
"bind": {
"input": "select",
"options": ["All", "Hybrid", "No"], // Dropdown options
"name": "AI Relevant: "
}
}
]
```
However, I would like to fetch the options dynamically from my data. How can I set up the options part to automatically pull values from my dataset?
I want to use the values in the AI Relevant column of my dataset to populate the dropdown menu automatically. Could you provide any suggestions or examples on how to achieve this?
Thank you!
Hi @huseyincenik_28 ,
I would like to suggest you try referencing the field in a dropdown slicer or as a dropdown filter in Filters pane.
You can also work with dynamic M query parameters in Power BI Desktop. With dynamic M query parameters, model authors can configure the filter or slicer values that report viewers can use for an M query parameter. Dynamic M query parameters give model authors more control over the filter selections to incorporate into DirectQuery source queries.
Bind the fields to the parameters
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello, I am trying to add a filter with vega codes into the deneb chart. @Anonymous
Huseyin Cenik | Data Scientist
Linkedin Account
Github Profile
Thank you!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
75 | |
56 | |
38 | |
33 |
User | Count |
---|---|
99 | |
56 | |
51 | |
44 | |
40 |