Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi I have an issue with filtering my charts by DAX measure.
This is my measure:
Hi @strn1k ,
May I ask if your problem has been solved. If the above reply was helpful, you may consider marking it as solution. If the problem is not yet solved, please feel free to ask us a question.
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired out put and pbix file without privacy information.
Best Regards,
Ada Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Consider simplifying your code.
IsInDateRange =
IF (
SELECTEDVALUE(DataSource[JADate]) IN DateTable[Date]
&& MAX(SELECTEDVALUE(DataSource[JADate]),
SELECTEDVALUE(DataSource[DateSigned]),
SELECTEDVALUE(DataSource[CvOutDate]),
SELECTEDVALUE(DataSource[SendOutDate]),
SELECTEDVALUE(DataSource[ScoreDate]),
SELECTEDVALUE(DataSource[DateInterview]),
SELECTEDVALUE(DataSource[InterviewsScoreDate])) <= MAX(DateTable[Date]),
1,
0
)
Is your calendar table disconnected?
Thanks for the prettier code.
Yes, the calendar table is not linked to the DataSource table as you can see in the screenshots I provided.
User | Count |
---|---|
11 | |
9 | |
6 | |
5 | |
4 |