Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet 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
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
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
86 | |
82 | |
70 | |
49 |
User | Count |
---|---|
143 | |
123 | |
107 | |
61 | |
55 |