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

Get Fabric certified for FREE! Don't miss your chance! Learn more

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
Community Champion
Community Champion

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
Community Champion
Community Champion

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
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

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.