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
Anonymous
Not applicable

Show overview in Matrix

Hi.

I am new to Power Bi and trying to learn it.

My problem is:

I want to make a matrix which shows all the projects in realation to the phase.

I have a spreet sheet with project names and phase for the induvidual projects.

 

I have attached a picture of what i am thinking.

 

Colors and other design can be added afterwords.

 

 

ThanksIMG_0008.JPG

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , based on what I got.

Create a rank column

rank = rankx(filter(Table, [Phase] = earlier([Phase]) ), Table[Project])

 

In matrix visual take  Phase on column, Rank on row, and max of project on values

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thank you for your reply.

I think it is my missing skills for this. I am new to Power BI and not a programmer.

I have posted below what i want to do.

 

I have one table with data as shown. From this table i want to make a scorecard. Both tabel and scorecard is showed below.

The scorecard should be updated with a tile or card in a matrix, as below.

The name should be in the tile or card under the correct phase. The tile or card with the highest price should be higest in the correct phase.

As an extra i need to be able to filter for department, so only the the chosen department will be present in the scorecard.

 

G1, G2, ... G5 is just visual info

 

rasmus22_0-1687163930320.png

 

Thanks

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