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!
Hi all,
I have a table in which there are mapped different categories as follows:
I would like to create a new table (not a measure) that includes a date variable as follows:
Any idea how? I am fairly new to the app and definitely will appreciate any help.
Regards and thank you for your comments in advance!
Mario
Solved! Go to Solution.
@Anonymous,
Try this solution.
1. Create a table with years:
2. Create a calculated table:
Table3 = CROSSJOIN ( VALUES ( Table1[Category] ), VALUES ( Table2[Year] ) )
Result:
Proud to be a Super User!
Hi @Anonymous
I'm a bit confused as to why ID 1 has become 2017?
If you want to just add a date to the table you could consider using CROSSJOIN()
Let's say you have a date table as the following:
and then another table like this
When a new table is created using CROSSJOIN()
New Table = CROSSJOIN('Table','Date table')
Result.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
I'm a bit confused as to why ID 1 has become 2017?
If you want to just add a date to the table you could consider using CROSSJOIN()
Let's say you have a date table as the following:
and then another table like this
When a new table is created using CROSSJOIN()
New Table = CROSSJOIN('Table','Date table')
Result.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous,
Try this solution.
1. Create a table with years:
2. Create a calculated table:
Table3 = CROSSJOIN ( VALUES ( Table1[Category] ), VALUES ( Table2[Year] ) )
Result:
Proud to be a Super User!
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 |
|---|---|
| 64 | |
| 53 | |
| 42 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 124 | |
| 105 | |
| 44 | |
| 32 | |
| 24 |