Forum Discussion
escalas
9 years agoFrequent Visitor
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...
- 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.
spuder
9 years agoResolver IV
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.