Forum Discussion

jhowe1's avatar
jhowe1
Helper III
5 years ago
Solved

Reference measure in another calculation

I have a measure which simply switches values depending on which currency is selected as bottom query, how do I calculate a percentage of this value, or reference NSV in any other measure? Say for ex...
  • jhowe1's avatar
    jhowe1
    5 years ago

    This was close however I needed to use calculate as SUM wouldn't work and filter by whole product table not referencing a column. 

     

    % of NSV = DIVIDE( [NSV] , CALCULATE ( [NSV] , ALL ('30 Product' )))