Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |