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

ISFILTERED not working

I want to display the values based on filter on column. I am using ISFILTERED but is it not working as expected. Can someone help on this issue?
Suppose we have a table as shown below and we have column called Filter where it is showing the values based on filter on Column2. When ever we filtered value on Column2 then it should show values on Filter column as 1 if not show the values as 2. But it is not reflecting. I am not sure what I am missing here.

Without Filter:

Capture.JPG

With Filter:

Capture1.JPG

3 REPLIES 3
dx3licht
Frequent Visitor

@Chthonian You just madem my day, thank you!

Chthonian
Helper III
Helper III

This article gives great info on the differences between calculated columns and measures. 

 

https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/

Chthonian
Helper III
Helper III

Hi @RameshPachunri,

Calculated columns are only calculated on data load or refresh. Once loaded they are static values. To achieve what you want you will need to use measures.

Have a great day.
David

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.

Top Solution Authors