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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
DemSup
New Member

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

@DemSup,

 

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

@DemSup,

 

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.