Forum Discussion

escalas's avatar
escalas
Frequent Visitor
9 years ago
Solved

Graph made from two dimensions

Hi everyone,   It's hard to explain what I want to do but I'll try.  I have it done with excel.    My goal is obtain the last (grey) column. The calculus is the sum of the blue columns divide...
  • spuder's avatar
    9 years ago

    Hi,

     

    I can't see in your data the complete thing. But have a look at the DAX expression USERELATIONSHIP()

     

    It allows you to handle with e.g. 2 date columns in one table. It is used as a filter argument in the CALCULATE() function.