Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
I have a column called date in one table :
2021-01-01
2021-01-02
2021-01-03
2021-01-04
etc
And another column called Items in another table
Item A
Item B
Item C
Item D
etc
I would like to create a new table with looks like this
| Date | Item |
| 2021-01-01 | A |
| 2021-01-01 | B |
| 2021-01-01 | C |
| 2021-01-01 | D |
| 2021-01-02 | A |
| 2021-01-02 | B |
| 2021-01-02 | C |
| 2021-01-02 | D |
| etc |
What's the best way of doing this?
Solved! Go to Solution.
@vipett
TABLE = CROSSJOIN(Table1, Table2)
In case it answered your question please mark this as a solution for community visibility. Appreciate Your Kudos 🙂
@vipett
TABLE = CROSSJOIN(Table1, Table2)
In case it answered your question please mark this as a solution for community visibility. Appreciate Your Kudos 🙂
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 108 | |
| 108 | |
| 39 | |
| 33 | |
| 25 |