Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All!
Im looking for a way to create a new table that duplicates the date for each distinct value in another table/column. I currently have a date table and another table that is pulling the distinct values. This is what it should look like:
DATE Color
1/1/2019 Blue
1/1/2019 Green
1/1/2019 Black
1/2/2019 Blue
1/2/2019 Green
1/2/2019 Black
1/3/2019 Blue
1/3/2019 Green
1/3/2019 Black
Thanks in advance for any help!
Solved! Go to Solution.
Hi @ZKailar
You should show the original tables or explain better how the new table is built. It is not completely clear. Try creating a calculated table like this:
NewTable = CROSSJOIN ( 'Date'[Date], OtherTable[Color] )
Hi @ZKailar
You should show the original tables or explain better how the new table is built. It is not completely clear. Try creating a calculated table like this:
NewTable = CROSSJOIN ( 'Date'[Date], OtherTable[Color] )
That worked well, i have a couple things to change but that will work! Thanks for the help, and ill keep that in mind for future posts. Thanks again!
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 |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 46 | |
| 44 |