Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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

 

  • 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:

     

     

     

1 Reply

  • 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: