Hi Everyone,
Hoping to find solution like my last post
Below is the snip of prototype i am working on. I have a form in Power BI and i want the users to edit the record whichever they select or create a new entry when they choose New Button.
Currently Dropdowns and Table are reading from same SQL Table except for Strain Dropdown.
I changed the "items" property drop down to Distinct('dbo.ProductDetails' , StrainName), so that it reads from another table.
I have 2 problems with this approach -
1) when i choose an Existing record in Power BI table this value is not getting populated
2) Only 2 records are being pulled from Database for Strain Column , though i haven't restricted anywhere

End Goal - I need to Create Dependent Dropdowns which are reading from different tables. Each Dropdown has its own source or in some cases 2 dropdowns read from same table.
Read Tables and Write tables are different. On Submit form I want to submit values into a different table. How do i configure it?
Any help will be greatly appreciated
Thanks in Advance
SG