Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
reast
Helper II
Helper II

Filter for notes on same day by same provider

As a double check, we are wanting a dashboard to show notes when the same provider wrote two notes on the same day since it could be an accidental duplicate. I don't see how I can set it up to filter that way. Thanks for your help!

1 ACCEPTED SOLUTION

Hi @reast,

 

I have created a measure like this ( My Table AutrData, I added 2 more providers for tests) :

Test = IF(COUNTX(AutrData,AutrData[    Date     ])> 1 ,COUNTX(AutrData,AutrData[    Date     ]),BLANK()).

Then with a matrix (See image below) I have this report ( does not show the blank ones).

Hope it helps ...

Testdupli.PNG

View solution in original post

6 REPLIES 6
Interkoubess
Solution Sage
Solution Sage

Hi @reast,

 

I don't know how your data are stored but did you try for example distinctcount when your filter for example a providor and the date?

Thx.

Count distinct would give me a number of distinct dates. What I want to do is show those notes that have the same date and provider.

@reast could you please send or show a sample ( with no critical data) in order to better understand.

 

Because if you use for example the matrix for report with provider in a row and a measure (to count or something like this), and in a filter your date, when you select a date ( in the filter), you will know for this date if the provider produced 2 or less notes...

 

Thx.

The idea is a provider would select her name from a filter and then in the table below would see the notes that she'd written when there was more than 1 for any given day. The data is something like below, but I want to filter out rows 3 and 6 because there's only one note on those days. Thanks!

 

Provider          Date     

Mary                 1-1-17

Mary               1-1-17

Mary                2-2-17

Mary                 3-3-17

Mary                 3-3-17

Mary                4-4-17

Hi @reast,

 

I have created a measure like this ( My Table AutrData, I added 2 more providers for tests) :

Test = IF(COUNTX(AutrData,AutrData[    Date     ])> 1 ,COUNTX(AutrData,AutrData[    Date     ]),BLANK()).

Then with a matrix (See image below) I have this report ( does not show the blank ones).

Hope it helps ...

Testdupli.PNG

Exactly what I needed. Thank you so much!!

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.