Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hey 🙂
I am having some troubles here. Can you help me, please?
I have a table with similar content to this on PowerBI. I have the columns ID_Date_Company and Center. I need to calculate the column HowManyCenters? How can I do this?
Basically, i want to know how many different centers one ID match has. Note that there can be multiple lines that have the same ID, thats why i need to know how many centers there are.
Thanks!
Please try
HowManyCenters? =
COUNTROWS (
CALCULATETABLE (
VALUES ( 'Table'[Center] ),
ALLEXCEPT ( 'Table', 'Table'[ID Date Company] )
)
)
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
7 |