Forum Discussion
Count records using filter related tables
Hi,
Share the link from where i can download your PBI file. In that file, show the problem and also the expected result.
- SoufTC5 years ago
Helper I
firstly I would like to know if the measurements were well created : the number of reports per user and the number of reports per day worked then to know why the filter date does not work on the measurement report per day worked
https://drive.google.com/drive/folders/17DEqKseEVGO9Q62L5Titj4WDUgD5bCli?usp=sharing
- Ashish_Mathur5 years ago
Super User
Hi,
There should be a relationship from one of the Date columns of the Report_user table to the Date table. Before, that you will have to remove the time stamp from the Date columns of the Report_user table. Also, all relationships should have a Cardinality of Many to One and Cross filter direction of Single. Lastly, the measure should be as simple as
NUMBER OF REPORT = COUNT (REPORT_USER[ID_USER] )