Data Visualization Project : Sales Data - PowerBI
In this project we have displayed the comparison of Current Year Sales with Previous Year sales and YoY sales growth%. We have displayed the Budgeted Sales data along with Budget Variance%. We have Power BI Tooltip to display Product Level comparison of Sales and Month wise Budget Variance%. We have created the Sales forecast also.
Final output
So here we go...................
Step 1 : Here we have uploaded Excel file in power BI via Home - Getdata- Excel navigator
Step 2 : Sorting data with Year / Month / Quarter as mentioned below
Year Dim = Year = 'Date Dim'[Date].[Year]
Month Dim = Month = 'Date Dim'[Date].[Month]
Quarter Dim = Quarter = 'Date Dim'[Date].[Quarter]
Step 3 - Adding the column to the database to analyse the data for creating charts
Step 4 - Interrelate the Database, based on the requirement as we have described date , month, years, we have disable the Date, Product Id section in the Interrelation Tree






Comments
Post a Comment