The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Boa tarde!
Tenho uma planilha que consta atestados médicos de empregados organizados por Letra de CID (sigla) e dias de afastamento. Preciso de calcular qtos dias de afastamento pra cada letra de CID, por exemplo
NOME CID DIAS AFASTAMENTO
Jose Castro A 03
Chico Fulano B 01
Joana Sa A 05
Total
CID DIAS AFASTAMENTO
A 08
B 01
Solved! Go to Solution.
English translation :
Good afternoon!
I have a spreadsheet that contains medical certificates of employees organized by Letter of CID (acronym) and days of absence.
I need to calculate how many days off for each letter of CID, for example
NAME CID DAYS AWAY
Jose Castro A 03
Chico Fulano B 01
Joana Sa A 05
Total
CID DIAS REMOVAL
A 08
B 01
Hi @marcotsousa ,
REMOVAL = calculate(sum("DAYS AWAY"), allexpect('table', table'Name')
Regards,
Gaurav Raj Singh
English translation :
Good afternoon!
I have a spreadsheet that contains medical certificates of employees organized by Letter of CID (acronym) and days of absence.
I need to calculate how many days off for each letter of CID, for example
NAME CID DAYS AWAY
Jose Castro A 03
Chico Fulano B 01
Joana Sa A 05
Total
CID DIAS REMOVAL
A 08
B 01
Hi @marcotsousa ,
REMOVAL = calculate(sum("DAYS AWAY"), allexpect('table', table'Name')
Regards,
Gaurav Raj Singh
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |