Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I have two tables.
Table A:
| Date | Name | Value |
| 27-07-2020 | AP | 123 |
| 27-07-2020 | AS | 456 |
| 27-07-20220 | SK | 345 |
| 26-07-2020 | AP | 789 |
| 26-07-2020 | SK | 320 |
| 25-07-2020 | AS | 145 |
Table B:
| Name |
| AP |
| AS |
| SK |
I want my output table as below:
| Date | Name | Value |
| 27-07-2020 | AP | 123 |
| 27-07-2020 | AS | 456 |
| 27-07-20220 | SK | 345 |
| 26-07-2020 | AP | 789 |
| 26-07-2020 | SK | 320 |
| 26-07-2020 | AS | 0 |
| 25-07-2020 | AS | 145 |
| 25-07-2020 | AP | 0 |
| 25-07-2020 | SK | 0 |
How to achive this in power query ?
Thanks,
Aswini
Solved! Go to Solution.
Please see the attached solution that will return the below result
Please see the attached solution that will return the below result
Hi Mariusz,
Thank you for the solution. This is what exactly I was looking....
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.