The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |