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.
I have two tables:
Table A
Driver_Name ,Date , total_order
Table B
Driver_Name,Date ....
Now i want to i want to insert the value from table A when driver name and date are matched.
What should i do for this?
Solved! Go to Solution.
Hi @Anonymous,
You could add a calculated column in Table B via Lookupvalue funcion.
New Column = LOOKUPVALUE ( TableA[total_order], TableA[Driver_Name], TableB[Driver_Name], TableA[Date], TableB[Date] )
Best regards,
Yuliana Gu
Hi @Anonymous,
You could add a calculated column in Table B via Lookupvalue funcion.
New Column = LOOKUPVALUE ( TableA[total_order], TableA[Driver_Name], TableB[Driver_Name], TableA[Date], TableB[Date] )
Best regards,
Yuliana Gu
I tried to use your formula but for some reason my tableB cannot be enterred/recognised. Any suggestions?
Thanks
Here it worked. The tables have to be related by some column
Hi @Anonymous
use Power Query "Merge Queries"
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
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 |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |