Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, can anybody tell me how to get 1 dimension table from 3 different tables for slicers.
For example I have following data model:
In this model I am common datasourceid, Date and Area columns and want to slice the measure tables from these columns.
Solved! Go to Solution.
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.
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.