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! Request now

Reply
Anonymous
Not applicable

How make Dimension Tables from 3 different tables for slicers in Power BI

Hi, can anybody tell me how to get 1 dimension table from 3 different tables for slicers.

For example I have following data model:

armughan_0-1627292953551.png

In this model I am common datasourceid, Date and Area columns and want to slice the measure tables from these columns.

 

1 ACCEPTED SOLUTION
selimovd
Super User
Super User

Hey @Anonymous ,

 

for each dimension you have to create a dimensional table in Power Query. For the date you could also in Power BI with a DAX table (I would even recommend that), but the rest in Power Query.

 

For the dimensional tables you have to get all unique values, for example all datasourceids. So append the datasourceid column from all tables into one and remove all the duplicates. Then you have a dimensional table and can filter all fact tables.

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

View solution in original post

1 REPLY 1
selimovd
Super User
Super User

Hey @Anonymous ,

 

for each dimension you have to create a dimensional table in Power Query. For the date you could also in Power BI with a DAX table (I would even recommend that), but the rest in Power Query.

 

For the dimensional tables you have to get all unique values, for example all datasourceids. So append the datasourceid column from all tables into one and remove all the duplicates. Then you have a dimensional table and can filter all fact tables.

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

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.

Top Solution Authors