Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have an Excel sheet that I use as a source. I add more data to it at the beginning of each month. I encountered a problem where I didn't see the new data (Data from Feb 1, 2024) I added to my visuals.
This is what I did:
I tried adding new visuals with fields I used in problematic visuals and data is not showing for February
Any suggestions?
Hi @stribor45 ,
Based on your description, here are a couple of steps that can help us move forward in resolving the issue:
1.Verify Data Model and Relationships:
Check if the table relationships are correctly set up in your Power BI data model. This is crucial because if the relationships are not properly defined, the filter context from the slicer will not propagate as expected, and your visuals will not reflect the new data.
2.Slicer Configuration:
Inspect the slicer configuration to ensure it's not filtering out the new data unintentionally. Check if the slicer is set to 'Select All' or if there are any selections that might exclude the new data points. It's also important to verify that the slicer is connected to the correct field which is updated with the February data.
3.Have you checked if there are any filters applied on the report level or on specific visuals that might be excluding the new data?
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
#1 - Yes because all other data is in the same file (before Feb) and it is showing fine when the slicer is adjusted. Relationship in model view is set correctly
#2 - Slicer is set as "between" type and selection is made as Feb 1 - Feb 8 nothing shows but when you change the slicer to anything before Feb 1 data is shown.
#3 - Yes I did no fliters are applied to this visual
Also if same file is referenced in different away as described above everything works correctly
the only way I was able to get it working when I changed the reference to me file from
Source = Excel.Workbook(Web.Contents("https.....to
Source = Excel.Workbook(File.Contents("C:\Users\...
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!