Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
13 | |
11 | |
10 | |
9 |
User | Count |
---|---|
18 | |
14 | |
14 | |
13 | |
12 |