Forum Discussion
Anonymous
5 years agoNot applicable
Can I optimize calling same column in different measures?
Hello, I have a Matrix that is displaying multiple versions of the same column. - Stock - Stock vs LY - Stock vs LY % = DIVIDE(Stock, Stock vs LY) -1 The problem is that displaying Stock is n...
Greg_Deckler
5 years agoCommunity Champion
Anonymous - Is this a Direct Query situation? If so, you can speed things up and avoid round trips to your database by using Aggregation Tables.
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-aggregations
Anonymous
5 years agoNot applicable
Thank you, I will look at it. Yes I am in DirectQuery mode.
Do you think Calculation groups can (significantly?) improve performances?