The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi,
I have a script in pyhton that does the job but I was ask to re-write the code in M.
The problem is the folowing.
I have 1 table with transactional record (Transaction_table)
Second table containing rules that need to be validated in order (rule_table)
So if the transaction key match the mapping rule a row one insert the mapping results for row one, else move to the second rule until you find a match is no match found, well no match is the value to insert in the transaction.
Note: that the match need to be done row by row since it's priority based
the only thing is that the key for the merge is variable base on the rule (mapping table)
In python it's 2 loop imbeded once you find the result you break the loop and return the results but in M i am not sure if this is possible or I am not really sure how to implement the solution.
thks for your help
Why row no. 22 not in rule is there and Y/Z pushed at the bottom?
It was an example that I was westing where their was a new transaction that was not in the mapping file (Rules) so I would attribute the the label XX to be able to adjust the values in the rule with the user.