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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
JAllory
Regular Visitor

SELECTEDVALUE from Slicer and include in calculated column

Hello

I am new on powerBI desktop

I have a Tab DIM called Dim-WEEK with date and noweek

I have a slicer on noweek

I have a measure called selection :   Selection = SELECTEDVALUE('Dim-WEEK'[noWeek])

I have a TAb CLUSTERS with each line with one cluster and total number of cores

I want to add in my Tab CLUSTERS a calculated column taking the minimum value of Total number of cores versus sum of vcpu SQL

 

I have a Tab FACT with several calculated columns

               vcpu SQL = IF ([appli]= "SQL" ; MAX('MyFACT'[vcpu];4);0)

               vcpu SQLd = IF ([Week] = "31";'MyFACT'[vcpu SQL];0)

 

I want to replace "31" by the selected week so [selection] or directly SELECTEDVALUE('Dim-WEEK'[noWeek]

but it doesn't work L my other calculs are wrong

If I keep “31” equivalent of week 31 selected …my calculs are OK

Thanks to help to find What I have to do

 

1 ACCEPTED SOLUTION

Thanks a lot

Joelle

View solution in original post

3 REPLIES 3
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @JAllory,

 

Why not try with creating a measure to achieve that?

 

As I know, Power BI does not support dynamic calculate column based on slicer, we should use measure.

 

You could have a reference of this similar thread.

 

If you still need help, please share some data sample and your desired output.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks a lot

Joelle

Thanks a lot

Joelle

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors