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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Milozebre
Helper V
Helper V

Calculate results with filters

Good morning PBI Community 🙂

 

Hope that everything is okay Smiley Happy

 

I have a little problem.

I explain to you.
I have people who have done troubleshooting. Here is an example of extraction of the different fields.

 

Table 'Dossierscrées'

Field : Date, Numdossier, intervenant, equipeExample.jpg

 


These people are part of teams.
When I choose a date range, how do I determine how many people have done troubleshooting?

The answer in thios case : 10 10 differents employees
I tried to do it through filters, or boxes but I find extravagant results.
I assume that a measure would be adequate, but I do not know how to start
Thank you for your help.

1 ACCEPTED SOLUTION
Eric_Zhang
Microsoft Employee
Microsoft Employee


@Milozebre wrote:

Good morning PBI Community 🙂

 

Hope that everything is okay Smiley Happy

 

I have a little problem.

I explain to you.
I have people who have done troubleshooting. Here is an example of extraction of the different fields.

 

Table 'Dossierscrées'

Field : Date, Numdossier, intervenant, equipeExample.jpg

 


These people are part of teams.
When I choose a date range, how do I determine how many people have done troubleshooting?

The answer in thios case : 10 10 differents employees
I tried to do it through filters, or boxes but I find extravagant results.
I assume that a measure would be adequate, but I do not know how to start
Thank you for your help.


Where do you apply the measure? To count different employees, I think you can create a measure like 

employees = DISTINCTCOUNT('Dossierscrées'[nomprenomcreepar])

 

View solution in original post

2 REPLIES 2
Eric_Zhang
Microsoft Employee
Microsoft Employee


@Milozebre wrote:

Good morning PBI Community 🙂

 

Hope that everything is okay Smiley Happy

 

I have a little problem.

I explain to you.
I have people who have done troubleshooting. Here is an example of extraction of the different fields.

 

Table 'Dossierscrées'

Field : Date, Numdossier, intervenant, equipeExample.jpg

 


These people are part of teams.
When I choose a date range, how do I determine how many people have done troubleshooting?

The answer in thios case : 10 10 differents employees
I tried to do it through filters, or boxes but I find extravagant results.
I assume that a measure would be adequate, but I do not know how to start
Thank you for your help.


Where do you apply the measure? To count different employees, I think you can create a measure like 

employees = DISTINCTCOUNT('Dossierscrées'[nomprenomcreepar])

 

@Eric_Zhang : Thank you for your help.

 

 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.