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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have 2 tables ( table 1 & 2) Receivable log and Payable Log. I would like to combine the 2 tables into 1 ( T3), some columns in T1 is not in T2, so in the T3 just need to keep that column and leave the column from T2 in blank.
also how to show the T3 in the dashboard or report?
Solved! Go to Solution.
You just append the tables in Power Query and it'll do almost everything you want in T3, for the last column you'd just need to add a custom column with the function if [Debtor]="" then [Creditor] else [Debtor]
You just append the tables in Power Query and it'll do almost everything you want in T3, for the last column you'd just need to add a custom column with the function if [Debtor]="" then [Creditor] else [Debtor]