Forum Discussion
Anonymous
8 years agoNot applicable
Calculated sum from another table
Hi everyone, I am making a report in Power BI. I am trying to get used hours per area (Id); building; group(no). I have two tables. The way my data is formatted there are two tables, one (table a...
- 8 years ago
Anonymous
8 years agoNot applicable
Thanks, that helps a bit further.
UsedHours_Buildingblock = CALCULATE(SUM(AA_RV_KPI_HOURS_6106[USED_HOURS]);FILTER(AA_RV_KPI_HOURS_6106;AA_RV_KPI_HOURS_6106[Building]=MAX(ReportResult09[Building])&&AA_RV_KPI_HOURS_6106[Discip]=MAX(ReportResult09[Discip])))
However, the table is not showing expected total sum as shown below. Feedback will be appriciated, thanks, rgds H
v-chuncz-msft
8 years agoCommunity Support
- Anonymous8 years agoNot applicable
Thank you, v-chuncz-msft!
Rgds
Henrik