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

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

Reply
admin11
Memorable Member
Memorable Member

After save file to another name , filter field not working ?

Hi All

I try to set chart with filter for field = Show_3_YR = 1 for PBI file name =PBI_V18

admin11_1-1611752745348.png

After that i create a bookmark , and save bookmark at button. and it work fine.

 

The issue happen when i try to save file as PBI_BACKUP

 

And i notice that filter for field = SHOW_3_YR , no more working. so the chart display wrong value.

 

Can some one advise me where go wrong ?

 

Paul

 

1 ACCEPTED SOLUTION
PC2790
Community Champion
Community Champion

You will need to change the column name to INVC[Last Sales].I have edited my reply to reflect the same.

View solution in original post

3 REPLIES 3
PC2790
Community Champion
Community Champion

Hi @admin11 ,

 

Can you trying creating the measure like:

 

 

difference =
IF (
    DATEDIFF ( NOT ( ISBLANK ( <YourColumnname> ) ), TODAY (), DAY ) > 3 * 365,
    1,
    0
)

 

 

See if it works

 

Hi PC2790

i get error below :-

admin11_0-1611810751560.png

 

PC2790
Community Champion
Community Champion

You will need to change the column name to INVC[Last Sales].I have edited my reply to reflect the same.

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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 Kudoed Authors