Forum Discussion
PBI5851
5 years agoHelper V
Count Days from a Table
Hello, I have a requriement to capture how many days a rep is active per month. The rep can have multiple rows in a single day as there are other fields (such as status and categories etc). ...
Ashish_Mathur
5 years agoSuper User
Hi,
Try this. Drag Rep to the table visual and write this measure
=distinctcount(data[date])
Hope this helps.
PBI5851
5 years agoHelper V
Ashish_Mathur , is there a way to achieve this without displaying the Rep Name. There is a visual need to do a company target and dept target. So i should get 13 for the month and display just that value on a card or subsequent visuals with further calculations.
- Ashish_Mathur5 years agoSuper User
Hi,
Remove Rep from the visual and change the visual to a card visual.