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.
Hello! I have two tables as following:
Payments
Refer_no | CPT Code | Payment |
230192 | U002 | 1.00 |
230192 | 89X | 2.00 |
220183 | 50C | 2.50 |
Charges
Refer_no | CPT Code |
230192 | U002 |
230192 | 89X |
220183 | 50C |
220183 | 9Z1 |
240522 | 9Z1 |
I want to create a calculated column on the charges table which pulls in the "payment" column from the Payments table FOR the matching Refer_no and CPT Code. There is a blank if there is no existing value in the payments table. So result would look as follows:
Charges
Refer_no | CPT Code | Payment |
230192 | U002 | 1.00 |
230192 | 89X | 2.00 |
220183 | 50C | 2.50 |
220183 | 9Z1 | BLANK |
240522 | 9Z1 | BLANK |
I've tried FILTER and Lookupvalue, but it ends up filtering the resulting visual so that only the matches show and the blanks are removed. Please help! Thank you 🙂
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |