imD - An Ignorant Mind is a fool's pursuit

Category Technology

Understanding Charts

Types of scatterplot: Markers for conditional formatting: Clusters in scatterplot: Clusters for country: Hidden relation: Visual bar chart: Creating combined axis chart: Ribbon chart: Scale to fit: Small Multiples:

Supply Chain Analytics

Power BI Inventory Management Dashboard: Supply Chain Analytics Modelling in PowerBI: General Calculation: Specific calculation: Revenue vs Revenue by orderDate: Power BI Inventory Management Dashboard: Power BI Inventory Management includes ABC Inventory Classification, XYZ Classification, Inventory Turnover Ratio, Calculation of… Continue Reading →

Sales project

Dashboard for sales analysis

Python Pandas Matplotlib and Seaborne

Descriptive statistics using pandas: These are the three steps we should perform to do statistical analysis on pandas dataframe. Collect the data: To do any statistical analysis, first collection of data is the important task We can store the collected… Continue Reading →

Finance Project:

Dashboard-2: Get data from Excel to the database: DAX query to highlight highest: Power query to extract Max and min date: Dax measure: Monthly Disbursement for last month: Portfolio at risk: Invalid loans report: Grouping the table based on a… Continue Reading →

IPL Analysis Dashboard:

KPI’s as DAX measures for winning measures: CALCULATE used to calculate the number of matches.COUNTROWS counts the number of rows essentially counting the total number of matches in the dataset.a condition or filter is applied to checks if the “toss_winner”… Continue Reading →

Tableau dashboard building

Practice: Current Year sales: Previous Year Sales: Formatting profitablity: Steps building Dashboard: 1.First adjust dashboard size as per your requirement2.Ensure Floating selected and drag vertical container, Go to Layout and adjust its x,y and Height and Width3.Click on Tiled, Add… Continue Reading →

Power BI Knowledge

Get data:

Index and Functions:

For primary key and Unique key in a table, index is created automatically. Using indexes appropriately can significantly improve query efficiency for large tables and sorting/grouping operations. Create indexes to increase the performance of query. Like tableau’s context filter that… Continue Reading →

Triggers:

Creating triggers: Before insert trigger: To Create before insert trigger to make sure any new value of Working hours, if it is negative, then it should be inserted as positive. — Create the table create table emp_bit(name varchar(55),occupation varchar (100),working_date… Continue Reading →

« Older posts

© 2024 foolaa — Powered by WordPress

Theme by Anders NorenUp ↑