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
atat0105
New Member

Slicer Set Value

Hello everyone,

I have a column which defines each row like below.

 

Column =IF(V_OKM_0[Periyod]<601;""Active"";""Passive"")

 

then, I show percentage of ""Passive"" on a card.

 

Measure = CALCULATE(SUM(V_OKM_0[Pasif])/(SUM(V_OKM_0[Aktif])+SUM(V_OKM_0[Pasif])))

 

But I would like to have a slicer includes values of 301, 601, 901 instead of a set value like 601 in example above. Is it possible to do?

 

If slicer is 601,

Periyod - Column

400 - Active

700 - Passive

1000 - Passive

So, result is %66

 

If slicer is 901,

Periyod - Column

400 - Active

700 - Passive

1000 - Passive

So, result is %33

 

Thanks a lot.

1 ACCEPTED SOLUTION
cosborn1231
Resolver I
Resolver I

Hi Atat0105,

 

You will need to use a disconnected table here.

Instead of "hardcoding" the IF in your column to <601 you can pass a slicer value through.

 

Click "Enter data" and build a table like below/ the measure shown in the formula bar.

 Disconnected Table.png

 

Once you do this pass that measure into the calculated column like so:Slicer selector.png

 

When you are using disconnected tables you allow yourself to pick what you want to slice on. Connect the tables within Power BI to filter correctly. Once you select a value from that disconnect table it will pass that value into the rest of your functions.

 

Hope this helps,

Christian

 

View solution in original post

2 REPLIES 2
cosborn1231
Resolver I
Resolver I

Hi Atat0105,

 

You will need to use a disconnected table here.

Instead of "hardcoding" the IF in your column to <601 you can pass a slicer value through.

 

Click "Enter data" and build a table like below/ the measure shown in the formula bar.

 Disconnected Table.png

 

Once you do this pass that measure into the calculated column like so:Slicer selector.png

 

When you are using disconnected tables you allow yourself to pick what you want to slice on. Connect the tables within Power BI to filter correctly. Once you select a value from that disconnect table it will pass that value into the rest of your functions.

 

Hope this helps,

Christian

 

Greg_Deckler
Super User
Super User

Can you provide some sample data so that we can mock this up?


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

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.