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
alisson_vilela
Frequent Visitor

Calculated column not recognizing measure value

Hi all,

 

I created a table with a single column, to feed a Chiclet Slicer, and then a measure based on the selected value:

 

Selecionado = SELECTEDVALUE('Gerências'[Gerência],BLANK())

 

Said measure works fine, which I checked by adding it to a card, as seen:

alisson_vilela_0-1616617202545.png

However, when i try using it to calculate a column in another table, the value retrieved is blank, even if I simplify the formula to:

 

Column = [Selecionado]

 

 

Any clue on what may be causing it?

 

 

 

1 ACCEPTED SOLUTION
AlexisOlson
Super User
Super User

Calculated columns cannot read slicer values. They are only calculated when your data initially loads (or after refreshing it), not in response to your slicers and filters.

View solution in original post

1 REPLY 1
AlexisOlson
Super User
Super User

Calculated columns cannot read slicer values. They are only calculated when your data initially loads (or after refreshing it), not in response to your slicers and filters.

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