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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
overmeer
New Member

Filter on multiple dates

Hi all,

 

I want to count the number of subscriptions (=Y)in at a given point (19/08/2021) in time while only taking into account the courses started between 01/07/2021 and 31/12/2021. Then I want to compare this with the number of subscriptions in given point in time Y-1 (19/08/2020) while taking into account the courses started between 01/07/2020 and 31/12/2021.

 

--> I have 2 date tables to filter: dim SubscriptionDate and dim StartDateCourse

--> I have 1 fact table: fact Subscriptions (with the SubscriptionDate and StartDateCourse as variables)

--> I have a filter in my dashboard with SubscriptionDate<19/08/2021

--> I have a filter in my dashboard with StartDateCourse: 2021, Semester 2

 

Based on these filters i want to obtain the following tablestructure: Semester, Y, Y-1

 

Below the Y, but I have no idea how to make the Y-1 in a way that I go one year back for both the SubscriptionDate and StartDateCourse.

 

Anyone who can help me?

 

 

 Y =
VAR maxSubscriptionDate= max('dim SubscriptionDate'[DateSubscription])
RETURN
CALCULATE(DISTINCTCOUNT('fact Subscriptions'[SubsriptionID]),FILTER('fact Subscriptions','fact Subscriptions'[DateSubscription]<maxSubscriptionDate))
1 REPLY 1
lbendlin
Super User
Super User

SAMEPERIODLASTYEAR()

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors