Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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 🙂
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 |
---|---|
10 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
20 | |
14 | |
10 | |
9 | |
6 |