Forum Discussion
Help with Filtering Dimensions
- Anonymous6 years ago
I was able to get to the solution I was looking for after I reconstructed the database, so I am all set.
Thank you.
Anonymous
Please see the DAX for this and replace with response column.
Measure = IF(COUNT(financials[Segment])<5,0,COUNT(financials[Segment]))
I have used limit 10 in the images.
If this helps, Please mark this as a solution.
Kudos are good too.
VasTg ,
Thank you for your reply; this is rendering all results as zero.
I neglected to say in my original message that the answer values range from 1 to 5 which is why all the results are coming up zero.
So for each question, I need the totals to be greater than 5 to show the number (taking into account the answer values are 1 through 5) and if they fall below zero to show zero; as well as if a slicer is chosen, for instance, department, and those numbers could be zero if the total for that question, based on the filter is less than 5.
Thank you again for your quick reply!
- VasTg6 years agoMemorable Member
Anonymous
Are you looking for count or sum? If sum, change the DAX to SUM.
If will be helpful if you provide a mock-up data with actual expected results.
- Anonymous6 years agoNot applicable
- Anonymous6 years agoNot applicable
I was able to get to the solution I was looking for after I reconstructed the database, so I am all set.
Thank you.