Forum Discussion
Compare Card Values
Sorry if i misunderstand something, but how do i get the values of the cards, and not the measure that the cards refer to?
In this case both cards refer to the same "Impression" field. But each card is affected by two different Date Slicers (so they show two different values). Are you saying it's possible to get the values of the cards themselves, and not the field they're referring to?
I understand i can create a measure that compares two other fields/measures, but in this case i want to create a measure that compares the same field but with two different filters (chosen in the two date slicers).
Essentially i want to compare impressions from date x-y with impressions from date y-z, with the dates being chosen by the user in a slicer. And then store that value as a measure or whatever.
I'm sorry if i'm misunderstanding something or just repeating myself, but i cant seem to create a measure that does this.
Thank you.
Hi JohnCavil
You can not refer to values displayed in the card directly, but you can create a measure that mimics that behaviour.
How did you use "Edit Interactions" to adjust cards responsiveness to slicers?
- JohnCavil6 years agoHelper I
Hey Mariusz
I simply selected each slicer, and used "edit interactions" to make sure that slicer 1 didnt affect card 2, and slicer 2 didnt affect card 1. Just by selecting "none" over the visual.
So now i have two slicers with two different date ranges, and two cards that point at the same field but each have a different value as they are being sliced by two separate date ranges (slicer 1 and 2).
You are saying i can mimic this behavior in a measure so that i get the value of each card according to the date selected in each slicer?
Thank you 🙂