Forum Discussion

nofan_munawar's avatar
nofan_munawar
Frequent Visitor
3 years ago
Solved

how to improve cumulative performance

hi everyone,   i have performance issue with cumulative, my idea is to move the logic from powerBI to sql, is it effective ? or any other suggestion ? below my dax script which have performance is...
  • nofan_munawar's avatar
    nofan_munawar
    3 years ago

    finally i found the solution

     

    oke, the issue is "slow performance while using cumulative"

    root couse -> my chart using "dimdate" instead of "logdate"

    solution -> for cumulative dont using relational table, use column that u call in measure

    i change from dimDate to logdate and viola from 1 minutes to 15seconds