The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi
Why am I getting this error and How do i fix it?
Solved! Go to Solution.
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.
thanks @v-jingzhang The 2nd expression worked perfectly - your help is very mich aprpreciated
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
79 | |
77 | |
43 | |
39 |
User | Count |
---|---|
150 | |
117 | |
67 | |
64 | |
56 |