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
Ckarina
Regular Visitor

Tableau FIXED function (LOD) to power BI with IF statement

Hello everyone,

I'm reaching you cause I need some help, I'm trying to replicate the Tableau FIXED function to Power BI, I think I can use Selected Value but I'm not getting the expected results. I would like to know if someone knows how I can do this:

If the Reference has "Control" put that value in all the rows of the Project that corresponds, if the Project has no Control, then 0.

I have this other measure that works fine with ALLSELECTED at the end and tried to replicate but I'm getting errors.

Measure1= CALCULATE(

    IF(SELECTEDVALUE('Table'[Reference])<>"Control",[Value]),ALLSELECTED('Table'))

 

Here is where I try to put SLECETEDVALUE at the end and doesn't work

Control Value =CALCULATE(
    IF(SELECTEDVALUE('Table'[Reference])="Control",[Value]))

 

Any ideas how can I achieve this?

Ckarina_1-1698540182086.png

 

Thank you all!

 

1 REPLY 1
lbendlin
Super User
Super User

This is a standard "Filtering Up" pattern, usually achieved via REMOVEFILTERS. 

 

Does it have to be a measure?  Can the result be impacted by user interaction with your report?

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.