Forum Discussion
moussab_orabi
9 years agoFrequent Visitor
Slicer selected value
Hi every body, I am trying to read value selected from Slicer and use it as filter value in query. this is my query: sum_gesamtpreis = CALCULATE(SUM(umsatz[gesamtpreis]);umsatz[kunde]="20006") i...
MFelix
9 years agoSuper User
Hi @mpissab_orabi,
If you are using the customer name as a slicer all your report visuals will be sliced/filtered to the ones that correspond to the value on the slicer and you don't need to add it to your measure.
Regards,
MFelix
If you are using the customer name as a slicer all your report visuals will be sliced/filtered to the ones that correspond to the value on the slicer and you don't need to add it to your measure.
Regards,
MFelix
moussab_orabi
9 years agoFrequent Visitor
Hi Felix,
Thanks for your replay.
what am I trying to do is making slicer value readable from all reports sheets "pages" so at the first page I am trying to set the basics filters then this should affect all the followed reports pages.
thats way I need to use it in the query.
BR,
Moussab
- ceebu9 years agoAdvocate I
As far as I know, you cannot have the value of a dynamically selected value, as the filter for other report pages.
I have the same requirement too, so if someone can share how, would be great.