Forum Discussion
jojo6x
2 years agoRegular Visitor
Adding date column messed up my count
EDIT: I am very new to Power BI and am not a professional coder, so please go easy on me... I have a table visual that lists all procedures performed by my surgeons. I created a slicer with their...
parry2k
2 years agoSuper User
You have to be very specific about how you want to visualize and the measure will be done accordingly. If you are adding the date in the visual, now distinct count will be calculated based on the row context. These are the basics of the DAX - row context get transition to filter context.
jojo6x
2 years agoRegular Visitor
ok. thank you for the help. i will keep working on it.