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
clem312
Resolver I
Resolver I

Generate table from 4 tables

Hi,

 

I need to generate a table with data from 4 different tables :

- Dimension Brand (brand_id, Brand_name)

- Dimension Date (Year-id, Year_name)

- Dimension Categorie (categorie_id, Categorie_name)
- Measure (% of categorie for each brand)

 

As far as I understood, UNION and GENERATE only allow 2 tables or values.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@clem312 , why do you want to combine.

 

If they have join. Summarize with table name of Fact(Many side table) can be used 

Crossjoin with filter

 

Others are https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/

 

In power query append and merge https://radacad.com/append-vs-merge-in-power-bi-and-power-query

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@clem312 , why do you want to combine.

 

If they have join. Summarize with table name of Fact(Many side table) can be used 

Crossjoin with filter

 

Others are https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/

 

In power query append and merge https://radacad.com/append-vs-merge-in-power-bi-and-power-query

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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