Forum Discussion
Calculating PV as a Measure
- Anonymous4 years ago
Hi redg ,
Please refer to the pbix file to see if it helps you.
Modify the measure.
gross_funding_am_sum = VAR _b = SUMMARIZE ( 'Sheet1', Sheet1[account_id], "aaa", [gross_funding_am] ) RETURN IF ( ISINSCOPE ( Sheet1[account_id] ), [gross_funding_am], SUMX ( _b, [aaa] ) )Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi redg ,
It seems that the total value of measure is not correct, right? This document has a detailed explanation.
Please refer to.
There is also a post, please refer to it to see if it helps you.
How to remove duplicates count
If I have misunderstood your meaning, please provide more details with your desired output and pbix file without privacy information (Or some sample data).
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
hi Anonymous,
I'm attempting to share the PBIX file in a link here. Forgive me if this goes sideways... first time.