Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Thanks ahead of time for the help.
I would like to filter out any employee if ALL entries are "-GOOD-". However, if even one entry is not "-GOOD-", he/she should not be filtered. The matrix is populated with this measure:
My idea was that if sum[missing_hours_filter] > 0 , then that employee would not be filtered out of the matrix.....but that doesn't work.
Remember that measures are calculated for every element of your visual separately. For a matrix visual that means four different calculations: cell, row totals, column totals, and grand total. In your case you need to write a measure that calculates the row total based on all the column values for that row. That means you need to use an aggregator function.
if you want more guidance please post sample data in usable format (not as a picture).
Here is a link to a sample dataset. The measures, tables, etc. are titled just as they are above.
https://drive.google.com/file/d/1TDVmGQcTQNk6-3f7XyKgAC33X2u8K87k/view?usp=sharing
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
13 | |
11 | |
9 | |
6 |