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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors