Forum Discussion
pstanek
Post Patron
10 years agoPage Level Filters and DAX
Is it possible to connect Page Level Filters with Dax code? Page Level Filters will determine value of the parameters.
waltheed
Impactful Individual
10 years agoHi pstanek,
Can you clarify your question a bit?
- What do you mean with conect?
- What parameters do you mean?
You can check what the filtered values are in your DAX expressions, e.g. with the ISFILTERED() function.
All filters are included in the filter context that is used for evaluating your DAX expressions.
pstanek
Post Patron
10 years agoSimple example
I have Page Level Filter
Name action
1
2
3.
I would like to create Measure=2+ Name action
When page level filter is 2 then measure is 4.
The other thing is , I would like to create dynamic table, when table depends on Name action value. I mean it as filter So I don“t know how. Maybe It is not possible