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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
gabcar
Frequent Visitor

formula Contar

 

Hola

buenos dias,  mi consulta es la siguiente tengo esta formula que me cuenta el numero de vendedores que tengo , pero necesito filtrar los que tenia en Diciembre 2017, la cantidad de vendedores los cuenta, pero que tendria que filtro tendria que agregar a la formula para tener los que sean en la fecha "01/12/2017"

 

Agentes 2017 = CALCULATE(COUNTX(Data_Ingresos;Data_Ingresos[Red]);Data_Ingresos[Mes])

1 ACCEPTED SOLUTION

Hi @gabcar,

 

You can drag these columns together simply like below. The measure could be:

Measure = Count('table1'[Vendedor])    // or distinctcount()

formula_Contar

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @gabcar,

 

 

Could you please mark the proper answers as solutions?

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @gabcar,

 

Can you share a dummy sample, please? How about this one?

Agentes 2017 =
CALCULATE (
    COUNTX ( Data_Ingresos; Data_Ingresos[Red] );
    Data_Ingresos[Mes] = DATE ( 2017; 12; 1 )
)

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Dale thanks for answer!

 

I have a table, one column Vendedor, another column month, I need to count how many Vendedor, are in month =01/12/2017

 

Im new with this  dax formulas!

regards

Gabriel

 

VendedorMonth
Vendedor 11/11/2017
Vendedor 21/11/2017
Vendedor 11/12/2017
Vendedor 41/12/2017
Vendedor 51/12/2017
Vendedor 61/12/2017
Vendedor 71/12/2017
Vendedor 81/12/2017
Vendedor 11/01/2018
Vendedor 21/01/2018
Vendedor 111/01/2018
Vendedor 121/01/2018
Vendedor 131/01/2018

Hi @gabcar,

 

You can drag these columns together simply like below. The measure could be:

Measure = Count('table1'[Vendedor])    // or distinctcount()

formula_Contar

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.