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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
ranaji77
Regular Visitor

Matrix help

I am trying to recreate an SSRS Matrix in Power BI.

 

You can see below (SSRS result exported to excel) I have Persons' name, Total No. of Suites by person and Sq. Ft. (sum of sq. ft.) as columns and then Pivoted categorie with values, there is a drill down that gives you suite level detail which you can see for Not Assigned:

Matrix.JPG

I am trying to recreate it in Power BI, I am not getting the same visual:

 - Total No. of Suites which is basically a count of all suites under each person, shows for each category if I put it as a Value, I want to show just 1 column for Total No. of Suites and not summzarize it for each category, same goes for Sq. Ft.

 

PBIMatrix.JPG

This is a Stepped Layout, so that is not solving the issue.

Any help appretiated.

 

Thanks

 

4 REPLIES 4
v-lid-msft
Community Support
Community Support

Hi @ranaji77 ,

 

We can try to show the suits number only in the grand total as a workaround, and hide the value when it does not blank by reducing the width size.  Blank() is used to prevent eight from  increasing  when reduce the widthe.

 

SutisMeasure = IF(ISINSCOPE('Table'[ProdCategDesc]),BLANK(),SUM('Table'[Suits]))

 

7.PNG8.PNG

 


Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I will give it a try, not sure if thats what i want but i will see how it looks visually and obviously numbers wise.

 

Thanks

Hi @ranaji77 ,

 

How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

management didnt like the idea, so we will keep this report in SSRS for now.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.