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 want to use Filter to exlclude some range of date For example from May 2nd to June 15th
can anyone how to do this?
Solved! Go to Solution.
@usman96 There are many ways to apply filters, whether that is in DAX or using Power BI... As a straightforward approach you can use the Filters section on visual, page or report level and use advanced filtering.
You would select the "is on or before" May 2nd, and "Is on or after" June15th...
@usman96 There are many ways to apply filters, whether that is in DAX or using Power BI... As a straightforward approach you can use the Filters section on visual, page or report level and use advanced filtering.
You would select the "is on or before" May 2nd, and "Is on or after" June15th...
but I want to exclude these dates by using this advanced filter
@usman96 ah, slight correction in the filter, use "and" instead of "or" - that should pull everything before and after those dates, thus, excluding that in between date range.