Forum Discussion
amgelain
2 years agoRegular Visitor
Add fixed value to variable values
Hello,
I need to add the fixed values per company to the variable values per company.
Thank you in advance for your help.
Hi,
I am not sure if I understood your question correctly, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
5 Replies
- Jihwan_KimSuper User
Hi,
I am not sure if I understood your question correctly, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
- amgelainRegular Visitor
Hello,
I applied RELATED, made the relationships between the tables, however it is generating a value that is very different from what it should be. Would there be any other adjustments to the formula?
Thanks.
Total de Admissões = SUMX(FILTER(AdmDem, AdmDem[Tipo] = "Admissões"), AdmDem[Quantidade]+RELATED(Saldos[Quantidade]))- amgelainRegular Visitor