Using the Power Query System for SAP ERP Data Science and Data Mining
Chernyshov M.Y, Tkachenko A.L.
Impact of intelligent systems on the financial system
Finance and intelligent systems and technologies have had a significant impact on the work of finance departments in recent years, as they are used to optimize investment strategies and minimize risks. The introduction of advanced technologies, such as Excel Power query systems, has significantly improved the efficiency and accuracy of financial transactions.
A data connection tool that allows users to access and manage data from various sources.
Enterprise Resource Planning — is a software application developed by SAP to manage the core business processes of an organization.
The release of a person partially or completely from direct participation in the processes of obtaining, transforming, transmitting and using information.
Power Query provides several useful statistical tools.
How much can they help us in analyzing the data received from SAP ERP?
RESEARCH METHODOLOGY
One example of the implementation of Power Query in the activities of the finance department working with SAP ERP is the combination of data from several sources (for example, bank statements) into a single financial report.
The following statements are downloaded from other banks, which affects the position of the columns of the uploaded tables, which complicates processing:
Table 2. Bank Statement No. 2
The next statement will also differ in the order of the columns from the previous ones:
Table 3. Bank Statement No. 3
3) Select the first bank statement and click "Load" to import the data into Power Query
Figure 2. Retrieving data from a workbook
4) Go to the tab "View", "Advanced Editor". Let's transform the request into a function using the (filename)=> command in order to, by analogy, request data from other bank statements located in the same folder.
Figure 3. Converting a request to a function
5) Create a request to the folder "Bank statements". Download them and click "Change data".
Figure 4. Combining queries
6) Add a custom column, write the function written according to the first statement, and apply it to all files in the folder.
Figure 5. Applying a function to a shared folder
7) Expand the custom column. Use Power Query's data transformation features such as Filter Rows, Remove Columns, and Replace Values to clean up and transform data as needed. Finally, click "Close and Load" to load the processed data into an Excel sheet for further analysis and reporting.
Figure 6. Uploading summary information
FINAL PROVISIONS