Forum Discussion

Luis_Flores23's avatar
Luis_Flores23
New Member
1 year ago

Calculation groups

Hi with everyone

Im starting with PowerBI. I wanted to ask if it is possible to create a calculation group with different measures and create a visual object that allows me to select only 2 measures from this calculation group. Also, in my graph, I want to have a dynamic measure that will represent the percentage variation between the values ​​of both selected measures.

If possible, I would like some recommendations on how to achieve this, either using group calculation or another approach with DAX.

What I want to obtain is something similar to this graph

1 Reply

  • I want to have a dynamic measure that will represent the percentage variation between the values ​​of both selected measures

    You cannot measure a measure directly. Either materialize it first, or create a separate measure that implements the entire business logic.

    Look into Field Parameters as an easier alternative to Calculation Groups.