Coder Social home page Coder Social logo

Ashwani Agarwal's Projects

advanced-tsql-programming icon advanced-tsql-programming

T-SQL programming examples from basic to advanced. This source code belongs to my Advanced Level T-SQL Programming book I published in 2013. Also you can reach PDF version(Turkish) of the book by this URL.

analyzing-visualizing-data-powerbi icon analyzing-visualizing-data-powerbi

This repository contains the lab files and other resources for the free Microsoft course DAT207x: Analyzing and Visualizing Data with Power BI. To learn how to connect, explore, and visualize data with Power BI, sign up for this course on edX.

appendices icon appendices

Complement the article 'Differential Machine Learning' (Huge & Savine, 2020), including mathematical proofs and important implementation details for production

atliq-hardware-sales-insights-using-powerbi icon atliq-hardware-sales-insights-using-powerbi

The project shows the sales insights of the ATLIQ HARDWARE which sells millions of products each year. To track down the live sales and revenue/cost, we generated a POWER BI based report along with the dashboard to check what sales have patterns throughout the years and months. The report helps to see: 1- Revenue per year 2- Revenue per month 3- Revenue per customer 4- Revenue per region 5- Top 5 customers 6- Top 5 sales Quantities 7- Sales by customer 8- Sales by city 9- Sales by year 10- Sales by month 11- Overall sales/Revenue Tools that we used: 1- Microsoft Power BI Desktop 2- MYSQL Workbench 3- Microsoft Power BI Web version Skills needed to complete the job: 1- Data Cleansing 2- DAX language 3- Analytical Skills 4- SQL Query Language 5- Business Intelligence Knowledge Here are some of the querys that helped me to verify my Report and Dashboard results 1- The query will tell you sum of total sales amount throughout all years. SELECT sum(transactions.sales_amount) from date inner join transactions on date.date = transactions.order_date where date.year = '2020' and transactions.currency = 'INR\r' or transactions.currency = 'USD\r' 2-This can be used for to check the total sales in a specific region like I checked in Mumbai select sum(sales.transactions.sales_amount) from sales.markets inner join sales.transactions on sales.markets.markets_code = sales.transactions.market_code where sales.markets.markets_name = "Mumbai"

bellings-and-ready-wear icon bellings-and-ready-wear

This repository contains a .pbix (power bi desktop) and excel file. The excel file contains sales reports of Bellings and Ready Ware, two retails chains running throughout Australia while the power bi file contains some analysis about the same.

bookstores icon bookstores

BookStores is a Blazor Server app using ASP.NET Core as back-end service and MSSQL for database. It has code samples for Authentication, Authorization, DataGrid, Database operations....and much. Please follow the intrsuctions to set it up on your machine.

cashappstracker icon cashappstracker

Application build in Power Platform. Power Apps Canvas application and Power Automate.

charticulator-templates icon charticulator-templates

Location for templates made in Charticulator. Share your best charts with the community. Charts can be downloaded from this Repo or from https://gallery.powerbi.tips

chat-canvas-app icon chat-canvas-app

Discover a seamless messaging experience with our responsive canvas app – a WhatsApp-inspired platform that allows users to effortlessly exchange messages and voice notes with system users. Enjoy a familiar interface with modern convenience, making communication a breeze.

coursera_sql icon coursera_sql

Final assignment for "Data Wrangling, Analysis and AB Testing with SQL"

covid_19-dashboard-with-powerbi icon covid_19-dashboard-with-powerbi

Visualización sobre el COVID-19 usando Power BI. Distintas métricas con DAX utilizadas para mostrar distintos puntos de vista por países.

d2l-en icon d2l-en

Interactive deep learning book with code, math, and discussions. Available in multi-frameworks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.