- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

My Bar graph is disappearing!
I inherited a Power BI report for my project reporting. For the past 5 years from project to project, I would just copy over the current project report to a new one, with a few adjustments that would make it work for the new project. But all of a sudden, when I copy and paste the new code in the advanced editor, when I "close and apply" it, it makes the bar graph in my power BI report disappear. Here is the code that was successful in the old report:
let
Source = VSTS.AnalyticsViews("odhprod", "ODRS_Modernization", []),
#"Shared Views_Folder" = Source{[Id="Shared Views",Kind="Folder"]}[Data],
#"aa9b2a3e-630a-4e30-9dd8-4a62e8d02ddd_Table" = #"Shared Views_Folder"{[Id="aa9b2a3e-630a-4e30-9dd8-4a62e8d02ddd",Kind="Table"]}[Data]
in
#"aa9b2a3e-630a-4e30-9dd8-4a62e8d02ddd_Table"
Here is the code that is now working in the new report:
let
Source = VSTS.AnalyticsViews("odhprod", "ODRS_MIP", []),
#"62405a21-ca87-4302-9b6f-48dfc7e1e8a2_Table" = Source{[Id="62405a21-ca87-4302-9b6f-48dfc7e1e8a2",Kind="Table"]}[Data]
in
#"62405a21-ca87-4302-9b6f-48dfc7e1e8a2_Table"
Can anyone please tell me why they think the bar graph is disappearing with the new code? Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

For some strange reason, it just started working for me today. Thank you very much for your help!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@kevinpalicki
Can you check if you see data like this once you change the query in advanced editor and maybe refresh preview once to be sure?
If you see date here, then something on the front end causing the visual to go blank. below are few reaons.
Page level or report level filter
No equivalent data for the selected slicers
Let me know if you have any question!
If this post helps, then please consider Accept it as the solution to help the others find it more quickly. Appreciate your kudos!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Here is the view of what I see:
I refreshed like you said with no success.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@kevinpalicki
You have data loading in power query level, Something the report side is causing the visuals to go blank. Take a look at the visual, page and report level filters and also if slicers are impacting the data.
If these doesn't help, you should start looking at the calculations used.
If this post helps, then please consider Accept it as the solution to help the others find it more quickly. Appreciate your kudos!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Can you give me any examples of these filters that would cause a blockage?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@kevinpalicki
If you click on a visual and expand the filter pane on the right side, You would see the filters applied on visuals, Below that you can see page level & report level filters.
Regards,
Naveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I checked and there appears to be nothing different on the filters from the good one to the bad one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

It did not make a difference after I cleared the filter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Could you please share the pbix file with small sample of data, you can modify sensitive data( export maybe 10 lines of data to Excel and replace it in your report).
Regards,
Naveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Can you please break down how I do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@kevinpalicki
Once you have the excel file ready, Follow the below steps. I just noticed you dont have any transformation in your query.
- Select the table & go to advanced editor
- Change your code with below code Also change the blue highlighted part with your excel file path.
let
Source = Excel.Workbook(File.Contents("C:\Users\Naveen\Downloads\Test.xlsx"), null, true),
Sheet = Source{[Item="Sheet1",Kind="Sheet"]}[Data]
in
Sheet
if there are other tables, Repeat the same step for them too.
Now you will be able to see data load from excel. Upload the file in drive and share me the link. let me know if you have any issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

For some strange reason, it just started working for me today. Thank you very much for your help!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hello @kevinpalicki
Could you confirm if the data is being loaded in power query level, but just the visuals are blank?
Thanks,
Naveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I believe so. I am not a highly technical person.

Helpful resources
Join our Fabric User Panel
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Power BI Monthly Update - June 2025
Check out the June 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
04-30-2025 07:44 AM | |||
07-02-2025 04:34 PM | |||
06-03-2025 08:10 AM | |||
07-31-2024 09:54 AM | |||
Anonymous
| 01-18-2023 03:57 AM |
User | Count |
---|---|
60 | |
58 | |
54 | |
36 | |
33 |
User | Count |
---|---|
79 | |
66 | |
45 | |
44 | |
42 |