Forum Discussion
yaseenhamid
3 years agoFrequent Visitor
Need help Creating chart with 2 commulative lines in power Bi
-I am trying to create this in power Bi. -I m importing this data in excel. -after unpivoting columns other than first column . I'm getting this data in power Bi. -to calcula...
- 3 years ago
use this measures,
Cumulative Earned Value = CALCULATE( SUM('Table'[Cost]), 'Table'[Cost Type] = "Earned Value Cost", 'Table'[Date]<=MAX('Table'[Date]))Cumulative Planned Value = CALCULATE( SUM('Table'[Cost]), 'Table'[Cost Type] = "Planned Value Cost", 'Table'[Date]<=MAX('Table'[Date]))Thanks,
Arul
yaseenhamid
3 years agoFrequent Visitor
Thanks for replying but this didnt solve the problem. I'm getting above posted results. I've give the link to excel file & Pbi file as well.
yaseenhamid
3 years agoFrequent Visitor
Sorry. It worked when i removed heirarchies from date field. Would aapreciate if you could explain why this doenst work when date is in the form of heirarchies.