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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
Employee
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
Employee
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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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