Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
80 | |
65 | |
52 | |
49 |
User | Count |
---|---|
212 | |
89 | |
79 | |
68 | |
60 |