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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
PaulMGNT
Frequent Visitor

New tables with distinct values from two differents tables

Hello,

 

I have a new PBI challenge for myself, I new to create a table that duplicate distinct values from two tables. One column is calendar(date) (from calendar table), the second column is product(id) (from product table).

 

Below is an example of what I need.

 

DateProduct_ID
01/01/202244
01/01/202245
02/01/202244
02/01/202245

 

I really don't know if it is possible to do it threw DAX.

 

Thanks a lot for your help,

 

Paul

 

 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @PaulMGNT 

if you are lioking for a calculated table then

CROSSJOIN ( VALUES ( 'Calendar'[Date] ), VALUES ( 'Product'[ID] ) )

View solution in original post

2 REPLIES 2
tamerj1
Super User
Super User

Hi @PaulMGNT 

if you are lioking for a calculated table then

CROSSJOIN ( VALUES ( 'Calendar'[Date] ), VALUES ( 'Product'[ID] ) )

Hi tamerj1,

 

this is great, thanks a lot.

 

Paul

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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