Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi folks!!
Hope you are doing well, and working from home 😉
I started to fight with NATURALINNERJOIN function...I hope not to lose 😉
I created 2 tables which are agregation of time from 2 different sources.
I want to join them on the date and the location
Table 1 structure
- Date
- Location
- Time (summation)
Table 2:
- Date
- Location
- Time worked
- Vacation
When I use the naturalinnerjoin(Table1, Table2) function, it tells me : Date is already part of the table...which is actually the purpose 😉
What do I miss ?
PY
Solved! Go to Solution.
@Anonymous - You can use SELECTCOLUMNS when joining tables using NATURALINNERJOIN to rename any columns that are the same. In your case, if you want to join on two columns, you would likely want to concatenate those columns together and then join on that.
Dear All,
Thanks for your feedback!
Actually, I managed to use the relationships to overcome my goal. I reviewed the star schema I created...
Thanks a lot
PY
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
11 | |
11 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
8 |