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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
sya
Helper I
Helper I

Choose Different Measures Based on Slicer

Hello all,

 

I have 2 measures:

1. DSO

2. DSO Allocated

 

Is it possible to create a formula where:

 

if I set the slicer to choose a particular client group e.g. A, the chart will display value from 'DSO Allocated' measure. 

But if I set the slicer to 'Select all', that same chart will display value from 'DSO' measure.

 

Please refer picture

sya_1-1661236855454.png

Regards,

Sya

 

5 REPLIES 5
Anonymous
Not applicable

Hello

 

Create a new measure to put in your visual

Measure

var selectcltgroup=selectedvalue(Client Group)

if(selectcltgroup="A",DSO Allocated','DSO')

Hi @Anonymous , thank you for your answer. But what if there are hundreds of client groups? Is there a shorter way to list down all the groups?

Anonymous
Not applicable

Sya, The best way to do if you have hundreds of clients group would be to create a tble with client group and dso allocated and search the value in a measure to return but it will be long....

amitchandak
Super User
Super User

That is an awesome article! However i think it does not work with my case

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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