Power Bi DAX: Show data from 6 months past start date
问题 i have been having trouble trying to figure out how to show my data past a date that is 6 months past the start date. I need to show the values that are after the 6 months past the start date. Each date is different for each person i have the formula as a calculated column for the 6 months: +6m = DATEADD('Employee List'[Emp. Dates].[Date], +6, MONTH) A measure will not work because i cannot apply it to my table as it comes up with an error. How do i get it to work? Should i scrap the +6m