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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors