Author name: Shubham

AI

Understanding Neural Networks: A Comprehensive Guide for Everyone

In this article we will learn about fundamentals of neural network. we will see how a neural network is structured, what are the components of a neuron, its training and optimization. This article aims to help anyone who is from either technical or non technical background, understand what the fundamental block of any AI is … Read more

DAX, Power BI

Power BI Matrix Chart with Dynamic Columns

In this article, we will see how to use a combination of data modelling and DAX query to make a report with dynamically changing columns. Introduction: We all know how powerful power BI is when it comes to data handling and visualization. But often a times requirements come around from various clients to make a … Read more

Power BI

Mastering DAX Variables: A Comprehensive Guide

This Article talks about the usage of DAX variables in various scenarios. Here you will learn how variables are used, benefits of using them, their relationship with filter context, use of variables as tables, optimizing calculations etc. Introduction Variables in DAX (Data Analysis Expressions) are a powerful feature that allows you to store intermediate calculations … Read more

Power BI

Row Context and Filter Context in Power BI

In this article you will learn how row context and filter context work in Power BI Introduction Power BI is a powerful tool for data analysis and visualization. Two fundamental concepts that are crucial to understand in Power BI are Row Context and Filter Context. These contexts determine how calculations are performed and how data … Read more

Scroll to Top