Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance 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 |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
13 | |
11 | |
9 | |
6 |