Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I've got a data table with a number of different products and metrics listed, and a card with calculations based on the data table. When no slicers are applied the calculations on the card are astronomical, but the data shouldn't be used as the metrics should never be looked at for the whole table. Is there a way for the card to calculate only when slicers are applied?
Solved! Go to Solution.
Hi @chris-d ,
You can add if condition like below:-
Measure = if(isfiltered(table[slicer_column]),{your calculation})
or
Measure = if(selectedvalue(table[slicer_column])<> blank(),{your calculation})
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @chris-d ,
You can add if condition like below:-
Measure = if(isfiltered(table[slicer_column]),{your calculation})
or
Measure = if(selectedvalue(table[slicer_column])<> blank(),{your calculation})
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
User | Count |
---|---|
65 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |