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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
bluetronics
Helper III
Helper III

how to create dimension table with 2 different fact tables

Hello!

Is there anyone let me know how to create a dimenstion table for relationship with fact tables?

Table A

Date    ITEM    QTY           Date        ITEM             QTY

1/1        A          2               1/2            A                 4

1/2       B           3                1/3            D                 5

1/3       C           4

1/4       A           2

What I would like to make a dimension table below:

ITEM

A

B

C

D

Thanks in advance.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@bluetronics , Try to create a new table as

distinct(union(all(Table1[item]), all(Table2[Item])))

O

distinct(union(distinct(Table1[item]), distinct(Table2[Item])))

refers to https://www.youtube.com/watch?v=Bkf35Roman8 video video

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

2 REPLIES 2
amitchandak
Super User
Super User

@bluetronics , Try to create a new table as

distinct(union(all(Table1[item]), all(Table2[Item])))

O

distinct(union(distinct(Table1[item]), distinct(Table2[Item])))

refers to https://www.youtube.com/watch?v=Bkf35Roman8 video video

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you for your feedback. It works what I exatly wnat to get.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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