Forum Discussion
Ragnar_Raghu
6 years agoNew Member
Sumif between two tables
Hi All, I have two Tables Table 1 has hourly price of electricity for each day Date hour-block Price 01/04/2017 0 to 1 200 01/04/2017 1 to 2 ...
baronraghu
6 years agoHelper III
Hi Ashish,
Thanks for the solution.
Just wanted to understand, How did you merge the tow tables- price and unit traded. I used inner join function but was unable to get it
Ashish_Mathur
6 years agoSuper User
You are welcome. See the join type in the Query Editor. I have used "All from Both".
- baronraghu6 years agoHelper III
Hi Ashish,
I did the Full join merging and found similar column from table 2 getting also added in the merged table. Could you please share the trick. Tje sample pbi file u shared does have any duplicate columns (date/hour block)
I tried to remove the columns but it gtends to impact the data set in the merged table
- Ashish_Mathur6 years agoSuper User
Hi,
These images should clarify
- baronraghu6 years agoHelper III
thanks ashish... hope this should work