Forum Discussion

Krcmajster's avatar
Krcmajster
Helper IV
7 years ago

Measure with multiple outputs

Hi all, 

 

Is there a way to create a measure that will have two different outputs.

 

In my dashboard I am comparing current situation vs. future scenario where futre scenario can be adjusted based on desire (using parameters). Defult parameter are showing current situation.  Now, I have a scatter plot that shows current status.

 

 

 

What I want to do is to have two output values for X and Y axis so that when parameters change I will still have current situation but I will also get new circle for new situation.

Is this possible with new measure as I can't create table since data is not static and I ave multiple current situations with uniqe ID that I get with Drillthrough.

1 Reply

  • v-lili6-msft's avatar
    v-lili6-msft
    Community Support

    hi, Krcmajster 

    After my research, I'm afraid it couldn't achieve in Power BI for now.

    Measure only has one output based on the current context. 

    And as a workaround, You could create two measure,

    Use ALL Function to create the current situation measrue which will not be changed by slicer.

    and another measure future scenario could be changed by slicer.

     

    Best Regards,

    Lin