Forum Discussion

bhead's avatar
bhead
Regular Visitor
5 years ago
Solved

Period To Card Calculated Card

Hello, 

 

I have been spinning my wheels on this one and it should be easy. 

 

I have 2 tables one data, and one date. The Data table contains a date feild that should match to a date range provided in the date Table, which classifies that date to a week, period, and year. When I select my week, I should be able to automatically return the period the week is in and calculate my total period costs over my total period units. 

 

I have tried this several ways however I am not coming to correct values. 

 

Table Creation:

Finance - Calculated PTD = SUMMARIZE('Data - Finance','Period Chart'[Year],'Period Chart'[Period],'Data - Finance'[Attribute],"PTD Balance",sum('Data - Finance'[Value]))
 
Column Creation:
PTD Values = CALCULATE(SUM('Finance - Calculated PTD'[Value]))/CALCULATE(SUM('Finance - Calculated PTD'[Value]),'Finance - Calculated PTD'[Attribute]="Throughput")
 
I haven't had either of these work as intended.
 
 
 

  

 

 
 

 

1 Reply