Sales Invoices
Introduction
Welcome to the guide for configuring Power BI for your Sales Dashboard. This manual will help you connect Power BI to SAP tables and create effective sales visualizations.
This guide focuses on two views: the Sales Silver View (silver_sd_invoice) and the Sales Gold View (gold_bi_sd_invoice). We'll cover setting up queries for each view, allowing you to access and transform your sales data.
In addition, we provide sample data for both silver and gold views in the Data Base - Data Example Views (Silver/Gold) section, giving you a hands-on experience to refine your skills.
This manual equips you with the knowledge and tools needed to tailor Power BI to your sales environment, enabling you to make informed decisions effectively. Let's get started on your journey to maximize your sales data with Power BI.
select * from onibex.demo.silver_sd_invoice;
select * from onibex.demo.gold_bi_sd_invoice;
delete from onibex.demo.oni_dev_vbrk where fkdat like ‘2020%’;
delete from onibex.demo.oni_dev_vbrk where fkdat like ‘202309%’;
select count(*) from onibex.demo.oni_dev_vbrk where fkdat like ‘2020%’;
select count(*) from onibex.demo.gold_bi_sd_invoice where MY_DateInvoice like ‘2020%’;
select * from onibex.demo.gold_bi_sd_invoice where MY_DateInvoice like ‘2020%’;
select * from onibex.demo.gold_bi_sd_invoice where MY_DateInvoice like ‘2023-09’;