Forum Discussion
itsranga
1 year agoHelper I
DAX filter condition not working
Hi, i have 2 table in Power bi Actual Data if i click table 1 any row created date based i need to filter second table schedule start date example (if click first table first...
- Anonymous1 year ago
Hi itsranga
Please try this:
No of ID = COUNTROWS ( FILTER ( 'Table2', 'Table1'[Measure] = 1 ) )The result is as follow:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
1 year agoNot applicable
Hi itsranga
Please try this:
No of ID =
COUNTROWS ( FILTER ( 'Table2', 'Table1'[Measure] = 1 ) )
The result is as follow:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.