Forum Discussion
Anonymous
5 years agoNot applicable
Problem with distinct values
Hello good morning I have a problem to solve the following question, I have a table of customers that I would like to take only the different ones and break them by week and month, only when I get th...
- 5 years ago
Hi Anonymous ,
If I understood you correctly you have something like this:
And would like this instead:
If so adapt in the formula below the name of your 'Date table'[Month name column]:
# Customers = SUMX ( VALUES ( 'Date'[Month Name] ), CALCULATE ( DISTINCTCOUNT ( F_Pedido_Item_SC6010[C6_CLI] ) ) )
Anonymous
5 years agoNot applicable
I already have a table, calendar, and I need my client table to bring the different month but when I filter through the calendar table with two selected months it will bring the sum of those months instead of the two months.
Anonymous
5 years agoNot applicable
like this, the sum is not right, but why is he giving different in the 2 months together, and I need him to add the 2 months, but without removing the different ones, you have to take the different ones from each month and add