Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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]
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
45 |