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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

the calendar table does not work in DAX functions DATEADD, PARALLELPERIOD, SAMEPERIODLASTYEAR

Hi everyone!

 

I have some problems with calendar dates. I made a table  "calendar" by function "CALENDARAUTO"

shavinau_1-1630607115882.png

But DAX functions do not work at all. It calculated the share of all year, did not react to function FILTER, ALLSELECTED. Please, help to solve the problem

shavinau_2-1630607789626.png

 




and

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , Avoid using date hierarchy. Especially for key column of the date table

 

Try filetr like

 

filter(allselected(Date), Date[Date] <=max(Date[Date]))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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