Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Populating hard coded values for unmatched values between the fields

Populating hard coded values for unmatched values between the fields .

 

For example:

Below is the table there are values for  Acct_number, portfoilo_number, paid_to_pt_sys_no,portfo_sys_no. 

e1.JPG

for desired output table:

for only matched values between the paid_to_pt_sys_no,portfo_sys_no fileds i need get portfoilo_number and for rest i need shown "UNKNOW" . As shown below 

 

ACCT_NUMBERPORTFOLIO_SYS_NOACCT_PAID_TO_R
11000600445174110006004.2
11048460720856110484607.2
11038630710106UNKNOW
11038630710155UNKNOW
110458601819UNKNOW

 

Thanks,

3 REPLIES 3
amitchandak
Super User
Super User

Column

if(paid_to_pt_sys_no=portfo_sys_no,portfo_no&"","UNKNOWN")
Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

all the three tables are mapped to primary key .. 

Anonymous
Not applicable

Thanks for respone ..

 

Based the 3 tables , the input table has been build . Account_number from  account table, paid_to from transaction table, other two fields from portfolio table . it a direct mode .  Can you now help me on this ..

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors