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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello everyone,
I have two tables without any relationship.
Table1:
Ct | Time |
1 | 0 |
2 | 10 |
3 | 20 |
4 | 30 |
Table2:
Col1 | Col2 |
Name | A |
TID | 4643248_ABC |
Speed | 100km/h |
Model | BC |
I want to get data from TID 4643248_ABC of table2 and join it to table1 like below:
Ct | TID | Time |
1 | 4643248_ABC | 0 |
2 | 4643248_ABC | 10 |
3 | 4643248_ABC | 20 |
4 | 4643248_ABC | 30 |
What formula should I use for this?
Thanks in advance,
Vladi
hi, is this sort of what you want (minus the column layout) - DAX
or power query