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
rubydickinson
Regular Visitor

Page defaulting back to current month of data when all data is selected

We have built the metrics in our report to default to current month by creating a measure for each as follows 

 

Attendances Current Month =
VAR MaxDate = MAX(Outpatient_Appointments[Appointment_Date])
VAR TargetDate = EDATE(MaxDate,0)
VAR Month = MONTH(TargetDate)
VAR Year = YEAR(TargetDate)
RETURN
IF( [Filter Comparison]=1,
CALCULATE([Attendances],YEAR(Outpatient_Appointments[Appointment_Date])=Year,MONTH(Outpatient_Appointments[Appointment_Date])=Month),
[Attendances]
)

 

This means the measure shows the current month attendances, unless you select a different month/more months in the filters. However, if a user keeps selecting months in the filters until all of the months in the dataset are selected, then the whole page defaults back to show current month attendances rather than the full number of attendances in the dataset. This is confusing for users and I can't find a way to stop it doing so! Please help!

 

 

1 REPLY 1
v-qiuyu-msft
Community Support
Community Support

Hi @rubydickinson,

 

Please share the pbix file with us without any sensitive data. 

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.