Forum Discussion
Carlo1975
Helper I
5 years agocountif
I'm Sorry, but I wrote this in the power query forums but I think that is better with dax. I have a table with a lot of columns. I wanto to add a column in wich I will count how many time the value ...
- 5 years ago
Hi Carlo1975
Count Seller = CALCULATE ( COUNT ( Table1[Seller] ), ALLEXCEPT ( Table1, Table1[Seller] ) )Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
AlB
Community Champion
5 years agoHi Carlo1975
Count Seller =
CALCULATE ( COUNT ( Table1[Seller] ), ALLEXCEPT ( Table1, Table1[Seller] ) )
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers