Forum Discussion
Calculate Statement - Slow Table Load with many informations
- 3 years ago
Hi,
Now that the issue is total not showing I would recommend checking this article by SQLBI:
Obtaining accurate totals in DAX - SQLBI
In short try utilizing methods such as SUMX to get the total value.
Hi Again ValtteriN ,
The formula looks working and in a fast way, but it show a mistake: it computes the calculation for the last value from 'Price List' "2023004" while 'accounting' fact table has arrived only at '2023003'.
I have tried many changes like inverting this filter 'accounting period'[Fiscal Period] =MAX( 'Price Lists'[Fiscal Period]) in 'Price List'[Fiscal Period] =MAX( 'accounting'[Fiscal Period]) but no result.
Instead I found this version working (but not showing result in total)
Hi,
Now that the issue is total not showing I would recommend checking this article by SQLBI:
Obtaining accurate totals in DAX - SQLBI
In short try utilizing methods such as SUMX to get the total value.