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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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

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

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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