Forum Discussion
arquironsalud
3 years agoRegular Visitor
DIVIDE two tables measure
I turn to the wisdom of this forum because I have a question that I can not solve and I'm going crazy. I am going to describe the structure of my data and then I will explain the problem I have. If y...
- 3 years ago
Hello,
Thanks for your point, it has led me to find a solution. There is a slight difference. The formula that worked for me was:PESO =
DIVIDE ( [COSTS], CALCULATE ( [SALES], ALLSELECTED () ) )
tamerj1
Community Champion
3 years agoarquironsalud
What is the DAX fro both SALES and COSTS?
arquironsalud
3 years agoRegular Visitor
Hello,
Thanks for your point, it has led me to find a solution. There is a slight difference. The formula that worked for me was:
PESO =
DIVIDE ( [COSTS], CALCULATE ( [SALES], ALLSELECTED () ) )