Forum Discussion
Filter not affecting Visual
- 2 years ago
Hey AudreyRene ,
the issue you are facing is very odd because I'm unaware that any DAX extends the axis of a visual. For this reason, are you sure that the x-axis is related to the content of the slicer?
If the slicer content and content of the axis are related, do not forget to check if the visual might not be affected by the slicer due to a change of the "Edit interactions" settings (Change how visuals interact in a report - Power BI | Microsoft Learn).Hopefully, this will provide some ideas of how to tackle your challenge.
Regards,
Tom
Hi AudreyRene ,
It can be associated with the filters or data models of the formulas you create. Refer to the following demo: Ghassen and Marcel are not affected by date filtering.
Ghassen = IF(MAX('Table'[Date]) < DATE(2022,01,04),MAX('Table'[Value1]),BLANK())Marcel = IF(MAX('Table'[Date]) < DATE(2022,01,04),MAX('Table'[Value2]),BLANK())Nathile = MAX('Table'[Value3])
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.