DAX ISFILTERED function with page level filters
I’m using a page level filter (which users do not see), where I filter out irrelevant values:
Reference Columns in a Virtual Table in other function
I need to first group by my data by date and then calculate second quartile.
I used the function SUMMARIZE()
But I cannot refer the virtual table column as an argument in the PERCENTILE.INC() and gives below error
DAX measure considering first non zero value instead of latest year value
I have below DAX measure: