The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have an invoice column a, in List A, which needs to fetch the value from Paid column b, in List B. Also, need to add the value to column a, each time an entry is made to column b.
OK, so it popped up in the Power Query forum for Power BI here.
But re-reading your question, I get the impression that you need to create a solution in Power Automate for it:
There you have triggers that react to items being added to a list in Sharepoint. Something like this doesn't exist in Power Apps.
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
Hi @Syndicate_Admin ,
which program is this question related to?: Power Query (in Power BI) or Power Apps?
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
powerapps
Hi @Syndicate_Admin ,
I don't understand your request.
Please read the guidelines on how to post your questions to get them answered quickly and correctly:: help how to get your questions answered quickly - Microsoft Power BI Community
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
I basically have two lists. The first list is used to pay invoices and has a column "total Paid" as displayed below:
Whenever i pay an amount in total paid for a particular vendor, it should save in another list with Column Name "Invoice Amount Paid".
However, there can be multiple payments made to a vendor. So i need the payments to be saved in "Invoice Amount paid" and also get the new payments added to it.