Forum Discussion
multiple filters without cross interaction
- 5 years ago
I modified your measure [FltMdnDuration] with regard to the last argument. Instead of using FILTER for the entire table, it now filters only [duration].
FltMdnDuration = CALCULATE ( MEDIAN ( dummydata[duration] ), ALL ( dummydata[sitekey] ), dummydata[duration] > 0 )It's best practice to use explicit measures, so I changed Median of Duration to a measure instead of using Median in the field dropdown.
Median of Duration = MEDIAN ( dummydata[duration] )When I put these two measures into a visual with interactions enabled for both slicers, I get this:
Is this correct?
You can disable interactions between visuals in Format --> Edit interactions:
You can share a pbix link (OneDrive, etc.).
Thanks! I just added a link to an example pbix; hope my work onenote allows access.
The pbix (and screenshot of it) use cards to display the 2 different median measurements...but really both numbers will be used in one visual (probably a bullet chart). With both measures in one visual, I can't break the link with the filters.
- DataInsights5 years agoSuper User
I wasn't able to access the pbix ("<email address> can't be found in the mybpl-my.sharepoint.com directory").
- jeffjenkins5 years agoFrequent Visitor
maybe my google drive will work (if you still have time to look at it):
https://drive.google.com/file/d/19ETvTvOkCLqPaJqYgF5pqQIQL0RTApoB/view?usp=sharing