Forum Discussion
Add fixed value to variable values
- 2 years ago
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.
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.
- amgelain2 years agoRegular 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]))- amgelain2 years agoRegular Visitor
- Jihwan_Kim2 years agoSuper User
Hi,
Thank you for your message.
I am not sure what is your expected outcome, and how the fact table looks like, but I guess the definition of fixed number granularity is monthly level?
If the fact table shows daily granularity, but the definition of fixed number is monthly level, then the formula need to be written in a different way.
Thank you.