Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Solved! Go to Solution.
@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
@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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 101 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |