Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Stevenrizado
Frequent Visitor

How to: Matrix / Column chart showing FTE data per department instead of grand total

Hi everyone,

 

I just met Power BI a few days ago and as a newbie I'm stuck on something which, at first sight, looks very simple.

Below is a dataset of different departments which I would like to put on my axis, and have some form of column chart (or matrix) in which Budget / RFQ / Actuals are aligned for each of the departments.

 

QA.jpg

 

However, when I put the data together, this is my result:

QA2.jpg

Instead of giving me a nice overview of the different Budget / RFQ / Actuals per department, I'm getting a sum of all numbers included in the column.

 

What am I doing wrong? I've tried creating custom columns with the same information and tried creating a filter through 'edit queries'. After that, since I'm completely new and possibly undereducated in the software, I've spent my time pressing buttons hoping I hit a wondrous button.

1 ACCEPTED SOLUTION
Floriankx
Solution Sage
Solution Sage

Hello,

 

first of all you should Unpivot your Month Columns to have the following columns:

Department; Budget/Actual; Date; Value

 

Then you can create a SUM([Value]) and put it in your Pivot.

Then add your department to row content and Budget/Actual to column content.

 

Then you can add date filter or slicer or create timelines.

View solution in original post

1 REPLY 1
Floriankx
Solution Sage
Solution Sage

Hello,

 

first of all you should Unpivot your Month Columns to have the following columns:

Department; Budget/Actual; Date; Value

 

Then you can create a SUM([Value]) and put it in your Pivot.

Then add your department to row content and Budget/Actual to column content.

 

Then you can add date filter or slicer or create timelines.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors