March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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])
Solved! Go to Solution.
Hi @gabcar,
You can drag these columns together simply like below. The measure could be:
Measure = Count('table1'[Vendedor]) // or distinctcount()
Best Regards,
Dale
Hi @gabcar,
Could you please mark the proper answers as solutions?
Best Regards,
Dale
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
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
Vendedor | Month |
Vendedor 1 | 1/11/2017 |
Vendedor 2 | 1/11/2017 |
Vendedor 1 | 1/12/2017 |
Vendedor 4 | 1/12/2017 |
Vendedor 5 | 1/12/2017 |
Vendedor 6 | 1/12/2017 |
Vendedor 7 | 1/12/2017 |
Vendedor 8 | 1/12/2017 |
Vendedor 1 | 1/01/2018 |
Vendedor 2 | 1/01/2018 |
Vendedor 11 | 1/01/2018 |
Vendedor 12 | 1/01/2018 |
Vendedor 13 | 1/01/2018 |
Hi @gabcar,
You can drag these columns together simply like below. The measure could be:
Measure = Count('table1'[Vendedor]) // or distinctcount()
Best Regards,
Dale
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |