The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I'm using a excel file to house montly data. Each month has a differant total hours of capcity. In my report I'm using a Multi-Card to show the total hours within a month or within a quarter. Currently it's showing me a total of all the rows for all months. I need to be able show just the total of three rows of capacity data in the mulitcard when filtred down to a specific month or quarter.
Solved! Go to Solution.
@Anonymous
Give these measure a try. You would put these in your multi row card.
Working Hours Measure =
AVERAGEX (
VALUES ( 'Enterprise Utilization'[Name] ),
CALCULATE ( SUM ( 'Enterprise Utilization'[Working Hours (h)] ) )
)
Capacity Measure =
AVERAGEX (
VALUES ( 'Enterprise Utilization'[Name] ),
CALCULATE ( SUM ( 'Enterprise Utilization'[Capacity (h)] ) )
)
If this solves your issues please mark it as the solution. Kudos 👍 are nice too.
@Anonymous
If you select that user in the chart is the amount in the multi row card not filtered to just the numbers for that user?
@jdbuchanan71 can you replace the screen shot or snip it with out the individuals names?
@Anonymous
If you pick that user in your name slicer what amounts show in thr card?
@jdbuchanan71, can you replace the screen shot or snip it with out the individuals names?
@Anonymous
Any chance you can share your .pbix (upload it to OneDrive or DropBox and share the link)?
let me check what my security protocol is there. 🙂
Done but also, your new screen shot does not show all blanks for that user. What changed and is that the expected result?
This is the the accurate data for the user chosen. We'd like to see the Working Hours and Capacity show these values since they are the total for each user instead of it showing the total in second snap shot.
@Anonymous
Give these measure a try. You would put these in your multi row card.
Working Hours Measure =
AVERAGEX (
VALUES ( 'Enterprise Utilization'[Name] ),
CALCULATE ( SUM ( 'Enterprise Utilization'[Working Hours (h)] ) )
)
Capacity Measure =
AVERAGEX (
VALUES ( 'Enterprise Utilization'[Name] ),
CALCULATE ( SUM ( 'Enterprise Utilization'[Capacity (h)] ) )
)
If this solves your issues please mark it as the solution. Kudos 👍 are nice too.
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |