@Codingdidi
9.18K subscribers
26 photos
7 videos
47 files
260 links
Free learning Resources For Data Analysts, Data science, ML, AI, GEN AI and Job updates, career growth, Tech updates
Download Telegram
๐ƒ๐š๐ฒ ๐Ÿ- ๐๐จ๐ฐ๐ž๐ซ ๐๐ˆ ๐‘๐ž๐š๐ฅ ๐“๐ข๐ฆ๐ž ๐๐ซ๐จ๐ฃ๐ž๐œ๐ญ ๐’๐ž๐ซ๐ข๐ž๐ฌ ๐Ÿ“Š

I have X table in which a column named 'Employee Class' with inputs 'Highest Level', 'Mid-Level', and 'Entry-Level'.
When I put it in a slicer, it appears in either ascending order based on the first letter (Entry-Level, Highest Level, Mid-Level) or descending order (Mid-Level, Highest Level, Entry-Level).
However, Client wants it to be shown in the order: Highest Level, Mid-Level, and Entry-Level. How can I achieve this in Power BI?

๐’๐จ๐ฅ.
๐Ÿ. Go to Data view in Power BI Desktop

๐Ÿ. Select the table containing the "Employee Class" column.

๐Ÿ‘. Create a new column (e.g., "SortOrder") with a formula to assign numerical values based on your desired order:

๐’๐จ๐ซ๐ญ๐Ž๐ซ๐๐ž๐ซ =
๐’๐–๐ˆ๐“๐‚๐‡(
'๐—'[๐„๐ฆ๐ฉ๐ฅ๐จ๐ฒ๐ž๐ž ๐‚๐ฅ๐š๐ฌ๐ฌ],
"๐‡๐ข๐ ๐ก๐ž๐ฌ๐ญ ๐‹๐ž๐ฏ๐ž๐ฅ", ๐Ÿ,
"๐Œ๐ข๐-๐‹๐ž๐ฏ๐ž๐ฅ", ๐Ÿ,
"๐„๐ง๐ญ๐ซ๐ฒ-๐‹๐ž๐ฏ๐ž๐ฅ", ๐Ÿ‘,
"๐๐€"
)

๐Ÿ’. In the Data view, select the "Employee Class" column. Go to the "Modeling" tab in the ribbon. Click on "Sort by Column" and choose the "SortOrder" column.

๐Ÿ“. Insert a slicer by dragging the "Employee Class" field in Power BI Desktop.
The slicer should now display the "Employee Class" values in the order: Highest Level, Mid-Level, Entry-Level.
๐Ÿ‘7โค1
How much Statistics must I know to become a Data Scientist?

This is one of the most common questions

Here are the must-know Statistics concepts every Data Scientist should know:

๐—ฃ๐—ฟ๐—ผ๐—ฏ๐—ฎ๐—ฏ๐—ถ๐—น๐—ถ๐˜๐˜†

โ†—๏ธ Bayes' Theorem & conditional probability
โ†—๏ธ Permutations & combinations
โ†—๏ธ Card & die roll problem-solving

๐——๐—ฒ๐˜€๐—ฐ๐—ฟ๐—ถ๐—ฝ๐˜๐—ถ๐˜ƒ๐—ฒ ๐˜€๐˜๐—ฎ๐˜๐—ถ๐˜€๐˜๐—ถ๐—ฐ๐˜€ & ๐—ฑ๐—ถ๐˜€๐˜๐—ฟ๐—ถ๐—ฏ๐˜‚๐˜๐—ถ๐—ผ๐—ป๐˜€

โ†—๏ธ Mean, median, mode
โ†—๏ธ Standard deviation and variance
โ†—๏ธ  Bernoulli's, Binomial, Normal, Uniform, Exponential distributions

๐—œ๐—ป๐—ณ๐—ฒ๐—ฟ๐—ฒ๐—ป๐˜๐—ถ๐—ฎ๐—น ๐˜€๐˜๐—ฎ๐˜๐—ถ๐˜€๐˜๐—ถ๐—ฐ๐˜€

โ†—๏ธ A/B experimentation
โ†—๏ธ T-test, Z-test, Chi-squared tests
โ†—๏ธ Type 1 & 2 errors
โ†—๏ธ Sampling techniques & biases
โ†—๏ธ Confidence intervals & p-values
โ†—๏ธ Central Limit Theorem
โ†—๏ธ Causal inference techniques

๐— ๐—ฎ๐—ฐ๐—ต๐—ถ๐—ป๐—ฒ ๐—น๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด

โ†—๏ธ Logistic & Linear regression
โ†—๏ธ Decision trees & random forests
โ†—๏ธ Clustering models
โ†—๏ธ Feature engineering
โ†—๏ธ Feature selection methods
โ†—๏ธ Model testing & validation
โ†—๏ธ Time series analysis


Iโ€™ve launched a new YouTube playlist dedicated to teaching statistics from the ground up. This series covers fundamental concepts in a simple and structured way, making it perfect for beginners looking to build a strong foundation in statistics.
Watch the playlist here: Statistics from Basics โ€“ YouTube- https://www.youtube.com/playlist?list=PLEt4gT_dNBRGCn0tsZpd14uA2q3s64ekq
๐Ÿ‘4โค1
Must-Know Power BI Charts & When to Use Them

1. Bar/Column Chart

Use for: Comparing values across categories
Example: Sales by region, revenue by product

2. Line Chart

Use for: Trends over time
Example: Monthly website visits, stock price over years

3. Pie/Donut Chart

Use for: Showing proportions of a whole
Example: Market share by brand, budget distribution

4. Table/Matrix

Use for: Detailed data display with multiple dimensions
Example: Sales by product and month, performance by employee and region

5. Card/KPI

Use for: Displaying single important metrics
Example: Total Revenue, Current Monthโ€™s Profit

6. Area Chart

Use for: Showing cumulative trends
Example: Cumulative sales over time

7. Stacked Bar/Column Chart

Use for: Comparing total and subcategories
Example: Sales by region and product category

8. Clustered Bar/Column Chart

Use for: Comparing multiple series side-by-side
Example: Revenue and Profit by product

9. Waterfall Chart

Use for: Visualizing increment/decrement over a value
Example: Profit breakdown โ€“ revenue, costs, taxes

10. Scatter Chart

Use for: Relationship between two numerical values
Example: Marketing spend vs revenue, age vs income

11. Funnel Chart

Use for: Showing steps in a process
Example: Sales pipeline, user conversion funnel

12. Treemap

Use for: Hierarchical data in a nested format
Example: Sales by category and sub-category

13. Gauge Chart

Use for: Progress toward a goal
Example: % of sales target achieved
๐Ÿ‘7โค1
Most interview guides are outdated. Here's what real data science interviews in 2025 are asking โ€” and why theyโ€™re NOT on your prep site. Save this before your next technical round!
โค1๐Ÿ‘1
๐ŸŽ‰ New Launch: Data Analysis with Python โ€“ Recorded Course ๐ŸŽ‰

Ready to master Data Analysis with Python from the comfort of your home?

๐Ÿ“ฆ What's Included in the Full Course (โ‚น2000):
โœ… 1-on-1 Doubt Solving Sessions (5 sessions ร— 15 mins at your flexible timings)
โœ… Comprehensive Learning Material (PDF notes, Assignments, and .ipynb files for every session)
โœ… Lifetime Access to Course Recordings

๐Ÿ’ก Only Need the Learning Material & Recordings?
Get the Self-Learning Package for just โ‚น1299
โœ… PDF Notes + Assignments + .ipynb Files
โœ… Lifetime Access to All Recordings

๐Ÿ“Œ No deadlines. No pressure. Learn at your own pace with expert support!


Ping me on whatsapp +91-9910986344
1747318154003.pdf
299.7 KB
50 OOPS Interview questions
โค1
๐Ÿšจ Join Our Discord Community! ๐ŸŽ“๐Ÿ“Š
Hey #CodingFam! I'm super excited to invite you to new Discord server โ€“ made just for YOU ๐Ÿ”ฅ

If you're a student, job seeker, or self-learner trying to build a career in Data Science, Python, SQL, Power BI, or ML โ€” this is the ultimate space youโ€™ve been waiting for ๐Ÿ’ป๐Ÿ’ก

๐Ÿง  Whatโ€™s Inside?
โœ… Topic-wise roadmaps (Python, ML, SQL, etc.)
โœ… Daily goals & learning challenges
โœ… Project ideas & resume boosters
โœ… Notes, resources, and YouTube playlists
โœ… Real-time help & doubt-solving
โœ… Career guidance + Interview prep

๐Ÿ’ฌ Why Discord?
Because learning shouldn't feel lonely!
With Discord, we can:
๐Ÿ‘‰ Interact instantly in focused channels
๐Ÿ‘‰ Stay updated through announcements
๐Ÿ‘‰ Ask & answer doubts in real time
๐Ÿ‘‰ Build a support system with learners like you
๐Ÿ‘‰ Get exclusive tips, content drops & live session alerts

๐ŸŽฏ Whether you're just starting out or already in the game, this community will help you stay consistent, stay motivated, and level up your skills โ€” together ๐Ÿ’ช

๐Ÿ”— Click to join: https://discord.gg/khBWeH5T
(It's FREE & beginner-friendly!)

Letโ€™s build, learn, and grow together ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป
See you on the server! ๐Ÿ’™
โค5
How to build a Data Science portfolio that truly stands out?
Some practical interview questions for an entry-level data analyst role in Power BI:

โ€ข  Data Import Scenario: Describe how you would import data from various sources (Excel,SQL Server, CSV) into Power BI.

โ€ข  Data Cleaning Exercise: In Power BI, how would you handle a dataset with missing values and inconsistent formats to prepare it for analysis?

โ€ข  Handling Large Datasets: If you're working with a very large dataset in Power BI that is causing performance issues, what strategies would you use to optimize the data processing?

โ€ข  Calculated Columns and Measures: Explain how you would use calculated columns and measures in Power BI to analyze year-over-year growth.

โ€ข  Data Modeling Case: You have sales data in one table and customer data in another. How would you create a data model in Power BI to analyze customer purchase behavior?

โ€ข  Visualizations Task: Describe your approach to visualizing sales data in Power BI to highlight trends over time across different product categories.

โ€ข  Dashboard Optimization: A Power BI dashboard is loading slowly. What steps would you take to diagnose and improve its performance?

โ€ข  Data Refresh Scheduling: How would you set up and manage automatic data refreshes for a weekly sales report in Power BI?

โ€ข  Row-Level Security: How would you implement user-level security in Power BI for a report that needs different access levels for various users?

โ€ข  Troubleshooting a DAX Calculation: If a DAX formula in Power BI is not returning the expected results, how would you go about troubleshooting it?

โ€ข  Integration with Other Tools: Describe a scenario where you integrated Power BI with another tool or service (like Excel, Azure, or a web API).

โ€ข  Interactive Reports Creation: How would you design a Power BI report that allows user interaction, such as using slicers or drill-down features?

โ€ข  Adapting to Data Source Changes: If there are structural changes in a primary data source (like addition or removal of columns), how would you update your Power BI reports and dashboards?

โ€ข  Sharing Reports: Explain how you would share a report with your team and set up access controls using Power BI Service.
โ€ข  SQL Queries in Power BI: How do you use SQL queries in Power BI for advanced data transformation or analysis?

โ€ข  Error Handling in Data Sources: How do you manage and resolve errors in data sources or calculations in Power BI?

โ€ข  Custom Visuals Usage: Have you used custom visuals in Power BI? Describe the scenario and the benefit

โ€ข  Collaboration in Power BI Projects: Discuss how you have worked with others on a Power BI project. What collaboration tools or features within Power BI did you utilize?

โ€ข  Performance Tuning: What steps do you take to ensure your Power BI reports are performing optimally when dealing with large datasets or complex calculations?
โค6