Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
PipRon7
Frequent Visitor

combine measures

Hi,

 

I have mulitple measures that use the AVERAGEX calculation to give me a Billable Target %.  These show as below:

 

Screen Shot 2019-07-18 at 17.53.26.png

 

I have an exisiting visual that uses various data columns as below:

Screen Shot 2019-07-18 at 17.55.55.png

 

what I would like to do is use the measures in step 1 in the exsiting matrix view to give the below result:

 

Screen Shot 2019-07-18 at 17.58.42.png

 

Is this possible and if so, what is the best way to achieve this?

 

Many thanks,

2 REPLIES 2
v-chuncz-msft
Community Support
Community Support

@PipRon7 

 

You may take advantage of column total and try ISINSCOPE to add a measure.

Measure 3 =
IF ( ISINSCOPE ( 'Table'[Column2] ), [Measure], [Measure 2] )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-chuncz-msft 

 

Thanks for ther help and using the below code:

 

% Billing Target = 
IF ( ISINSCOPE ( 'YTD'[Department] ), [Client Services BT %])

I got the wanted result for client services as below:Screen Shot 2019-07-19 at 10.22.03.png

 

I'm struggling to get it work for the other departments.... in how do i extend the ISINSCOPE to populate downwards for the other departments?

 

Any advice is much appreciated.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.