To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
User | Count |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |