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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Do5779
Helper II
Helper II

Dax function/ report using a validation date

Hi guys,

 

I have the following problem, I thought about it for a long time, but I didn't get the right answer. I have a validation date (from... to...) in one table (Tab1) for each ID. The second table is the Id and some further information for example the item which was buyed.

 

Tab 1:

IDfromto
101/01/202001/02/2020
101/02/202002/02/2020
203/09/202209/10/2022

 

 

Tab2:

 

IDDateitem
102.01.20205
109.04.20201
106.07.20224
205.09.20223


In the report is a filter and e.g. if the filter is at the duration of 01.01.2020 to 06.06.2020 there must be shown item ID 1with item 5 if I set another filter on validation true and if I want to show everything then ID 1 with item 5 and item 1.

 

In dax I can only call the coloumns but I have to control if the Date is in the duration or not to set the corresponding sign.

 

I hope you can give me an advice.

 

Thanks a lot.

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
Community Support

Hi @Do5779 ,

 

Please try these measures.

 

Measure1 = COUNTROWS( FILTER( 'Table', 'Table'[Date] in VALUES(Dates[Date]) ) )
Measure2 = CALCULATE( [Measure1], ALLEXCEPT('Table', 'Table'[ID]) )

vkkfmsft_0-1661740512174.pngvkkfmsft_1-1661740550403.png


If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-kkf-msft
Community Support
Community Support

Hi @Do5779 ,

 

Please try these measures.

 

Measure1 = COUNTROWS( FILTER( 'Table', 'Table'[Date] in VALUES(Dates[Date]) ) )
Measure2 = CALCULATE( [Measure1], ALLEXCEPT('Table', 'Table'[ID]) )

vkkfmsft_0-1661740512174.pngvkkfmsft_1-1661740550403.png


If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.