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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

July 2024 Power BI Update

Power BI Monthly Update - July 2024

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

July Newsletter

Fabric Community Update - July 2024

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