I design interactive dashboards and optimized data models in Power BI and SQL Server to help businesses make faster, data-driven decisions.
I’m a Power BI Developer with 2+ years of experience designing dashboards and data models in Power BI and SQL Server. I specialize in transforming raw ERP/SAP data into actionable insights for Finance, Supply Chain, and Procurement teams.
BSc in Computer Engineering | Qatar Univeristy (May 2023) |
Data Science Specialization | Zaka AI Certification (Nov 2022) |
Enhanced the financial reporting by 30% through migrating 9 financial dashboards from SAP Analytics Cloud (SAC) to Power BI:
Reduced manual tracking effort by 40% and provided real-time insight to Procurement, Accounts Payable & Treasury departments through developing a dynamic, frequently refreshed report covering the entire P2P cycle (Purchase Request (PR) → Purchase Order (PO) → Goods Received Note (GRN) → Invoice → Bank Reconcilation Statement (BRS)).
Engineered a linked server integration between SAP HANA and Microsoft SQL Server to enable incremental sales data loading. Improved ETL efficiency by 60%, ensuring faster data availability for reporting and decision-making.
This query is for extracting SALES_DATA from a linked server in SQL Server Management Studio to a SQL Server:
SELECT *
FROM OPENQUERY(LINKED_SERVER_NAME,
'SELECT * FROM SERVER.SCHEMA.SALES_DATA')