Forum Discussion

PowerBI-ELM's avatar
PowerBI-ELM
Helper I
4 years ago
Solved

Table calcuated with Dax not refreshing when source table updates

Hello, I have a table set up which has fields (timestamp, pointname, value) which was configure in the Query Editor and then set up for incremental refresh / real time data updates.  When published ...
  • v-zhangti's avatar
    4 years ago

    Hi, PowerBI-ELM 

     

    The calculated tables that have direct queries as their source don't update when the source is automatically updated.

    This is just how calculated tables work. They are stored in-memory (like imported tables) and are only updated when you do a refresh operation. If you need realtime data do not use calculated tables, you would have to look at some other option like doing a view in your source database.

     

    For reference:

    https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-calculated-tables 

     

    Best Regards,

    Community Support Team _Charlotte

    If this post helps, then please consider Accept it as the solution to help the other members find it more.