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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
epang
Frequent Visitor

Auto Chart refresh

Hi all, 

 

I have a new power bi report which contains and stacked column and line chart. afterthe data was manually refreshed, the value for far right column of the line y axis has disappeared. 

 

Below is the code and the chart before it is refreshed. 

 

Projected Value = CALCULATE(
    SWITCH(
        SELECTEDVALUE ('xxx View'[ Region]),
        "Barwon South West", 10,
        "Eastern Metropolitan", 24,
        "Gippsland", 10,
        "Grampians", 9,
        "Hume", 8,
        "Loddon Mallee", 8,
        "Northern Metropolitan", 22,
        "Southern Metropolitan", 29,
        "Western Metropolitan", 27
    ),
   ALl('CompletionDate'[MONTH])
)
epang_0-1782903676989.png

 

Many thanks,

 

Ed

5 REPLIES 5
v-aatheeque
Community Support
Community Support

Hi @epang 

Just checking in could you please share the requested sample data and expected output? Once we have that, we'll be happy to investigate further.

Hi @epang

 

We wanted to follow up to check if you’ve had an opportunity to review the previous responses. If you require further assistance, please don’t hesitate to let us know

 

AnkitKukreja
Super User
Super User

Hi! @epang 

 

I would check this in Desktop to see if it is reproduceable, if yes then I would check the power query editor to see maybe for 1 region if data is available or not, seems like a data issue as Power BI won't change anything (AI is available but not so advanced as of now 😂)

 

 

For Power BI trainings or support dm or reach out to me on LinkedIn.
If my response has successfully addressed your question or concern, I kindly request that you mark this post as resolved. Additionally, if you found my assistance helpful, a thumbs-up would be greatly appreciated.

Thanks,
Ankit Kukreja
www.linkedin.com/in/ankit-kukreja1904
https://topmate.io/ankit_kukreja/
MFelix
Super User
Super User

Hi @epang ,

 

Without any further information is difficult to pinpoint what can be happening this can result from a number of questions that can be related with the semantic model and refresh question or with the setup of the visual itself.

 

I would advise:

  • Check if the data exists in the semantic model table xxx View column region
  • If you have value check if there wasn't any change to the values since you are hardcoding them in the measure any changes to the original values will return blank
  • Check if there are any filters applied to the visualization that are impacting the visualization

Any other pointers are difficult without further context, so if you need any assistance let me know.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





123abc
Community Champion
Community Champion

can you please share your sample file ?

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors