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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Syndicate_Admin
Administrator
Administrator

MS-SQL help: How to get the values from Foreign Key Table. I just want to show those values in Particular Textboxes as Hint Text.

Hi,

 

Can we display a data from MS-SQl column data into particular Text input field(Canvas App). Here I am using a Gallery to get into next screen; After that If any related data is available in the particular column means it should show that data in that Textinput field & This value will be available from Foreign Key Table of MS-SQL

 

Please help me on this scenario.

 

Regards,

Roselin 

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

Hi @Roselin 

Yes, this is possible. You can set the HintText property of your text input control to a call to the LookUp function. Your call to LookUp would retrieve the required data value.

 

https://docs.microsoft.com/en-gb/powerapps/maker/canvas-apps/functions/function-filter-lookup

 

View solution in original post

1 REPLY 1
Syndicate_Admin
Administrator
Administrator

Hi @Roselin 

Yes, this is possible. You can set the HintText property of your text input control to a call to the LookUp function. Your call to LookUp would retrieve the required data value.

 

https://docs.microsoft.com/en-gb/powerapps/maker/canvas-apps/functions/function-filter-lookup

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors