Forum Discussion
Page Level Filters and DAX
Hi 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.
- pstanek10 years agoPost Patron
Simple 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
- pstanek10 years agoPost Patron
Dynamic table
I mean this
Name action startdate endate
1 date1 date11
2 date2 date22
IF page filter is 2, them l would like to have dynamic filter value set from date2 to date22.
- v-qiuyu-msft10 years agoCommunity Support
Hi pstanek,
Based on my test, we are not able to reference the page level selected value in a DAX expression currently.
In addition, when you select Page Filter value as "2", the table within the report can be filtered and displays "date2" and "date22".
Do you mean the cascading filters? For example, put [Name action], [startdate], [endate] in Page filter, select "2" for [Name action], then other filter fields will be checked by default? Actually, it will not checked filter values by default, but available filter values will display based on previous filter checked value. Please refer to screenshots below:
If you have any question, please feel free to ask.
Best Regards,
Qiuyun Yu