Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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