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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
huseyincenik_28
Frequent Visitor

Creating a Dynamic Dropdown Filter: Fetching Options from Data in Power BI Deneb Chart

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!

 
 
 
2 REPLIES 2
Anonymous
Not applicable

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!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.