Forum Discussion
Getting Time Intelligence Error when using Quick Measure to Calculate Quarter to Date Total
- 3 years ago
Hi Sean-OReilly
This is just an error prompt written in the measure. Where did you use this measure? If you use the following measure instead, will it return the expected result?
Total Cost QTD = TOTALQTD ( [Total Costs to Date], 'MK_Resource_LedgerEntries'[Posting_Date].[Date] )or
Total Cost QTD = TOTALQTD ( [Total Costs to Date], 'MK_Resource_LedgerEntries'[Posting_Date] )In addition, I see you are referencing [Total Costs to Date] measure, what is this measure's formula?
Sometimes a quick measure doesn't completely meet your needs, you may have to modify it or write your own measure.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi Sean-OReilly
This is just an error prompt written in the measure. Where did you use this measure? If you use the following measure instead, will it return the expected result?
Total Cost QTD =
TOTALQTD (
[Total Costs to Date],
'MK_Resource_LedgerEntries'[Posting_Date].[Date]
)
or
Total Cost QTD =
TOTALQTD (
[Total Costs to Date],
'MK_Resource_LedgerEntries'[Posting_Date]
)
In addition, I see you are referencing [Total Costs to Date] measure, what is this measure's formula?
Sometimes a quick measure doesn't completely meet your needs, you may have to modify it or write your own measure.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.