Forum Discussion

Claire_'s avatar
Claire_
New Member
2 years ago
Solved

Lock the Values in a column after report refresh

Help, before I throw PBI out the window.   I really hope I'm missing something obvious about this! I have multiple tables in my report which are refreshed monthly. I've built a year-to-date table t...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Claire_ ,

    Unfortunately, Power BI does not have a feature equivalent to Excel's 'Paste Values' that would allow for completely static values in a column following a data refresh. However, there are some approaches you might consider to work around this issue:
    1.You can create a calculated table that captures the snapshot of your data at a point in time using DAX. This table will not change until you update the DAX expression itself. For example, you can use the CALCULATETABLE & KEEPFILTERS to keep the original data.
    2.If your report is not refreshing too frequently, you could potentially duplicate the relevant data into a new table using Power Query before the refresh and then use that table in your reports. However, k
    eep in mind that this duplicate table would need to be manually updated or replaced with each refresh to maintain its 'static' nature.

    KEEPFILTERS function (DAX) - DAX | Microsoft Learn
    CALCULATETABLE function (DAX) - DAX | Microsoft Learn

    Best regards

    Albert He

     

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