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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Anonymous
Not applicable

rows in matrix?

Hi
This may be a dumb question, I am new to PBI, but any help would be appreciated.

 

I have been ask to recreat this report using PBI 

 

 01-Jan01-Feb01-Mar01-AprGrand Total
Sum of attended2943337103
Sum of maxPlaces65106055190
% filled45%40%55%67%54%

 

and this is the data: ( I have simplified the report and data )

dateeventattendedmaxPlaces
01/01/2022   type1310
01/02/2022   type1410
01/03/2022   type1510
01/04/2022   type1310
01/04/2022   type1710
01/01/2022   type21120
01/01/2022   type21320
01/03/2022   type21020
01/04/2022   type21820
01/01/2022   type3215
01/03/2022   type31115
01/03/2022   type3715
01/04/2022   type3915

 

1 ACCEPTED SOLUTION
DataInsights
Super User
Super User

@Anonymous,

 

Try these measures:

 

Sum of Attended = SUM ( Table1[attended] )
Sum of maxPlaces = SUM ( Table1[maxPlaces] )
% filled = DIVIDE ( [Sum of Attended], [Sum of maxPlaces] )

 

Add all three measures to the Values field well of a matrix, and toggle "Switch values to rows" on:

 

DataInsights_0-1651755588940.png

 

DataInsights_1-1651755664167.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
DataInsights
Super User
Super User

@Anonymous,

 

Try these measures:

 

Sum of Attended = SUM ( Table1[attended] )
Sum of maxPlaces = SUM ( Table1[maxPlaces] )
% filled = DIVIDE ( [Sum of Attended], [Sum of maxPlaces] )

 

Add all three measures to the Values field well of a matrix, and toggle "Switch values to rows" on:

 

DataInsights_0-1651755588940.png

 

DataInsights_1-1651755664167.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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