Forum Discussion
Anonymous
4 years agoNot applicable
New Users measure
Hi, I have a table where I have all the logins for each user, one line is one login. I have a calculated column retrieving the registration date from another table via LOOKUPVALUE. I made this mea...
- 3 years ago
Hi Anonymous ,
Sorry for late back. Yes, for multiple lines in different month it also works. If in the same month there're multiple lines and you want to count all the lines, change the formula to:
Measure = CALCULATE ( DISTINCTCOUNT ( Table_Visitors[Visitor ID] ), FILTER ( 'Table_Visitors', COUNTROWS ( FILTER ( 'Table_Visitors', 'Table_Visitors'[Month] = MAX ( 'calendar'[Month] ) ) ) > 0 && COUNTROWS ( FILTER ( 'Table_Visitors', 'Table_Visitors'[Month] = MAX ( 'calendar'[Month] ) - 1 ) ) = 0 ) )Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
MFelix
Super User
4 years agoHi Anonymous ,
Without any data is difficult to understand where your measure is breaking.
Can you please share a mockup data or sample of your PBIX file. You can use a onedrive, google drive, we transfer or similar link to upload your files.
If the information is sensitive please share it trough private message.