Forum Discussion

Mic1979's avatar
Mic1979
Post Partisan
1 year ago
Solved

Dynamic Expand Power Query Custom Function

Dear all,   I have two tables to merge. Here two samples table: Table_to_Change   and  Start_Table (this table as other columns that the ones represented here...) What I need is t...
  • v-nmadadi-msft's avatar
    v-nmadadi-msft
    1 year ago

    Hi Mic1979  ,
    Thanks for reaching out to the Microsoft fabric community forum.

    There may be a possibility that you are encountering data type mismatch, consider changing the data type from percentage to decimal number and then multiplying them and check if you are still encountering the issue.

    Also consider using error handling  https://learn.microsoft.com/en-us/power-query/error-handling
    to test and catch errors in your code.



    If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS.
    Thanks and Regards