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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Multiple charts with individual Native query and how to have common filter for all charts

Hi,

 

I have created multiple charts using individual native query. These query has commom field and need to have one filter setup using the common field. Please advise on how to achieve this.

 

Thank you!

1 REPLY 1
TomMartens
Super User
Super User

Hey @Anonymous ,

 

having a native query per visual means, you x tables if you x visuals.

 

Now, create a single table that extracts the values from the visual-queries and create a separate table, make sure that the values are unique. Use this table to create relationships between the "filter" table and the visual-tables (https://learn.microsoft.com/en-us/fabric/data-warehouse/data-modeling-defining-relationships?WT.mc_id=DP-MVP-5003068).

This will form a semantic model, basically the "filter-tables" are often called dimension tables, when your are following the star-schema modeling approach.

 

If you are new to data modeling for Power BI, I recommend this learning: https://learn.microsoft.com/en-us/training/modules/design-model-power-bi/?WT.mc_id=DP-MVP-5003068

 

Hopefully, this helps to tackle your challenge.

 

Regards,

Tom



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

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors