PinnedYannawut Kimnaruk·Jul 10, 2022Sankey chart for flow visualization in Power BIThe Sankey chart is a beautiful visualization used to illustrate a flow of data. You can create this chart in Power BI with 4 stepsA response icon1A response icon1
PinnedYannawut Kimnaruk·Jun 16, 2022Python in Power BIIncrease the power of Power BI dashboard by integrating Python. Step by step to use Python to acquire, transform and visualize data.A response icon7A response icon7
Yannawut Kimnaruk·Feb 4, 2025Finding Product Pairs in Transactions Using Google BigQuery: Multiple SQL Approaches4 SQL queries to get product pair from a transaction table.
Yannawut Kimnaruk·May 2, 2024Creating Your First Tableau Dashboard: A Beginner’s GuideThis guide will walk you through building your first Tableau dashboard, demonstrating its versatility and potential to showcase your data.A response icon1A response icon1
Yannawut Kimnaruk·Dec 29, 2023Crafting Your Path to Data Analyst: Actionable Steps for Aspiring AnalystsIn this article, I’ll outline practical steps you should take, drawing from my own experience, to pursue a career as a data analyst.
Yannawut Kimnaruk·Dec 4, 2023Mastering the Art of Data Utilization: 7 Essential Guidelines for SuccessUnlocking the power of data doesn't require a data analyst certification; it's a skill accessible to anyone with data access.
Yannawut Kimnaruk·Aug 25, 2023Power BI Tip: Create a bar chart with a total bar.Total bar shows the total of all the other bars in the chart. This is handy because you can then easily compare how much stuff.A response icon2A response icon2
Yannawut Kimnaruk·Jul 7, 2023Power BI tip: How to get data from an Excel file in SharePoint?In this article, you will know how to get data from an Excel file in SharePoint to Power BI using web method.
Yannawut Kimnaruk·Feb 25, 2023How to manage an end-to-end machine learning project with MLflow? part 2I will talk about MLflow model, MLflow model registry, and MLflow project with code examples.A response icon1A response icon1
Yannawut Kimnaruk·Feb 17, 2023How to manage an end-to-end machine learning project with MLflow? part 1After knowing MLflow, I can manage machine learning projects much easier. In this article, I will share my experience with MLflow with code