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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register 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
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

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! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.