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 September 15. Request your voucher.
Below is a simplistic view of the data:
The goal is to exclude rows from displaying in the above table where #Calls <50, which I can easily do with a filter. However, I need the GT Logical Reads to INCLUDE all Calls.
This is my measure, but it is not working.
Any assistance is appreciated!
Solved! Go to Solution.
I was able to accomplish this by setting the values for all the slicers and then removing the one.
I was able to accomplish this by setting the values for all the slicers and then removing the one.
All works EXCEPT it gives me the total for all the data. I want the total calculated based on all the selections made which can include multiple filters on Customer, Date and Object.
Hard to say definitively with the information provided, maybe something like...
_GT_LogReads =
CALCULATE (
[_LogRead],
REMOVEFILTERS ( DMV[NumberOfCalls] )
)
If REMOVEFILTERS doesn't work for you, investigate ALLEXCEPT.
Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
@Alicia_Anderson Try using ALL instead of ALLSELECTED
User | Count |
---|---|
65 | |
61 | |
60 | |
53 | |
30 |
User | Count |
---|---|
180 | |
88 | |
71 | |
48 | |
46 |