Could you kindly assist me in developing a Power Query code for the attached file
The file comprises three sheets:
Sheet “Income”: Contains values and categories.
Sheet “RD”: Consists of raw data where the income is to be retrieved.
Sheet “Result”: This represents the expected result from the code.
In the 'Income' sheet, the 'Value' column holds amounts that need to be allocated to the 'RD' sheet based on the UBID (highlighted in yellow for reference). If the UBID is not available, we must generate rows for those UBIDs (highlighted in yellow in the 'Result' sheet for reference) and fetch the values from the 'Income' sheet.
The file comprises three sheets:
Sheet “Income”: Contains values and categories.
Sheet “RD”: Consists of raw data where the income is to be retrieved.
Sheet “Result”: This represents the expected result from the code.
In the 'Income' sheet, the 'Value' column holds amounts that need to be allocated to the 'RD' sheet based on the UBID (highlighted in yellow for reference). If the UBID is not available, we must generate rows for those UBIDs (highlighted in yellow in the 'Result' sheet for reference) and fetch the values from the 'Income' sheet.