Forum Discussion
Tubster66
8 years agoRegular Visitor
Summarize table with filters
Hi Power BI newbie - apologies if this is rookie error stuff. I have a SUMMARIZE table generated with Forecast = summarize(budget,Budget[Name],Budget[Period],Budget[Year],"forecast",(calculat...
- 8 years ago
Hi Tubster66
Possibly because you are still using the ALL function in your first function. Possibly try changing that to be ALLSELECTED ??
Forecast = summarize( budget,Budget[Name],Budget[Period],Budget[Year], "forecast",(calculate(sum(Budget[Budget]),ALLSELECTED (Budget[Period]))/12)).
Phil_Seamark
8 years agoMicrosoft Employee
Hi Tubster66
Possibly because you are still using the ALL function in your first function. Possibly try changing that to be ALLSELECTED ??
Forecast = summarize( budget,Budget[Name],Budget[Period],Budget[Year], "forecast",(calculate(sum(Budget[Budget]),ALLSELECTED (Budget[Period]))/12)).
- Tubster668 years agoRegular Visitor