Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
BobKoenen
Helper IV
Helper IV

Let date show in different month then indicated by the date column using DAX

Hi all,

 

I have created the following measure  for my dashboard 

 
Correctie bijboeking = CALCULATE(SUM(Conceptregels[Regelbedrag]),
FILTER(Conceptregels,Conceptregels[Type verwerking] = "VD"),
FILTER(Conceptregels,Conceptregels[Datum] = DATE(2020,1,16)))
 
Which gives me the values I need, exept in the dashboard I am using this measure for has a MONTH slicer. And I need this measure to give me these values when i select month May. Because of the data model the data shows up in Januari according to the link between date column and date table.

Is there a way to set the date 4 months in the future for this measure using DAX?

PS. I have  created an extra column using the querie editor which gives me the date + 4 months but and used USERELATIONSHIP to link to this column. This works, but I do not really like it because this gives me a lot of extra data which I do not need. As I only need the month +4 for this specific measure and not for the entire transaction table. 
,
 
Hope you can help me
1 REPLY 1
BobKoenen
Helper IV
Helper IV

Already found it. Thanx, 

 

Use dateadd -4 in the measure

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors