The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
16 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
13 | |
13 | |
8 | |
8 |