Forum Discussion

MrBlueSky2's avatar
MrBlueSky2
Frequent Visitor
1 year ago
Solved

Query exceeds available resources when adding [Measure] - 1

Hi all,   I have a measure that works well when adding it standalone to a visual, however when I do [Measure] - 1, it triggers a "query exceeds available resources" error. This is counter-intuit...
  • MrBlueSky2's avatar
    MrBlueSky2
    1 year ago

    Cannot share the PBIX but found a solution, I rewrited the measure as (SUM(x)-SUM(y))/SUM(y) and it works now!