March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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-Jan | 01-Feb | 01-Mar | 01-Apr | Grand Total | |
Sum of attended | 29 | 4 | 33 | 37 | 103 |
Sum of maxPlaces | 65 | 10 | 60 | 55 | 190 |
% filled | 45% | 40% | 55% | 67% | 54% |
and this is the data: ( I have simplified the report and data )
date | event | attended | maxPlaces |
01/01/2022 | type1 | 3 | 10 |
01/02/2022 | type1 | 4 | 10 |
01/03/2022 | type1 | 5 | 10 |
01/04/2022 | type1 | 3 | 10 |
01/04/2022 | type1 | 7 | 10 |
01/01/2022 | type2 | 11 | 20 |
01/01/2022 | type2 | 13 | 20 |
01/03/2022 | type2 | 10 | 20 |
01/04/2022 | type2 | 18 | 20 |
01/01/2022 | type3 | 2 | 15 |
01/03/2022 | type3 | 11 | 15 |
01/03/2022 | type3 | 7 | 15 |
01/04/2022 | type3 | 9 | 15 |
Solved! Go to Solution.
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:
Proud to be a Super User!
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:
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
87 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |