Highlight rows using Slicer Visual

Agenda: 1. Expectation 2. Problem Statement 3. Solution Here we have data for all products, and we want to see the sales of each product, but we also want to highlight the products without filtering them. The visuals must look like this: 2 . Problem Statement As we know, we have two options in terms […]

Numeric range Parameter in Power BI

Power BI has become the go-to business intelligence platform for organizations worldwide, enabling leaders to move from static spreadsheets to real-time dashboards and predictive analytics. While many focus on visuals, DAX measures, or Microsoft Fabric integrations, there’s a powerful yet underutilized feature that can elevate your analytics parameters. Among the various parameter types, the Numeric […]

Fields Parameter in Power BI

In this blog, we will be seeing how we can use Fields Parameter in Power BI. The Fields Parameter is a feature that allows us to choose which columns to use to slice and dice the values in a Power BI visual. We can very easily build a Power BI Report by creating the Fields […]

Automating Your Organizations Azure Dev-Ops  

Add Your Heading Text HereAutomating Your Organizations Azure Dev-Ops   Power-BI Reports  Azure Dev-Ops provides us a way of managing, organizing, and tracking all the tasks and their subtasks for a project.  Since there is a direct integration between Azure Dev-Ops and Power BI, Power BI can be used to analyse, and create reports using Dev-Ops […]

Embedding Power BI Dashboards in D365

We have to embed the Power BI report in Dynamics 365 directly. But when we select New the drop-down doesn’t give us the option to embed the Power BI report. For that, we have to enable the Power BI embedding option in Dynamics 365. Below are the steps to configure the D365 CRM to embed […]

New updates for Fields parameter

New updates for Fields Parameter Agenda: Problem Statements Solution                                                                     1.Problem Statements Here we have three Report which are showing the info of “Sales […]

How to automate your organization’s Azure Dev-Ops Power-BI reports?

Automating Your Organization’s Azure Dev-Ops Power-BI Reports. Azure Dev-Ops provide us a way of managing, organizing, and tracking all the tasks and their subtasks for a project. Since there is a direct integration between Azure Dev-Ops and Power BI, Power BI can be used to analyse, and create reports using Dev-Ops data. In this blog, […]

How to Select Max Date and Max Time from the Max Date?

In this Blog, I will show you How to select Max Date and Max Time for the Date. I have this kind of table: CREATE TABLE Dateandtime1( [Date_updated] [date], [Time_updated] [Time] ) We can create two columns that have both date and time within them “DATE and TIME”. This column holds both these values in […]

ML model in PBI

Hi Readers , have you ever wondered on how to run a Machine learning Model (in python) in Powerbi application? This Blog will help you with it.Before Implementing it you need to have a ML model in python code ready. In my case, I have ML model that predicts the Profit value of 50 startup […]

Get your totals to Matrix Header

Hi everyone! As you know tables and matrix visuals are the most go to visual for any Power BI Report. And there may be a chance where you may have a requirement to display the totals right to the header side of the matrix visual. Let’s do this right away in a few simple steps. […]