Forum Discussion
0xygen27
9 years agoAdvocate II
Filter Table
Dear all, I would like to know how to filter out a table. I got a table with multiple colums, some of them are Years, Description, Debet, Credit. I want a measure that calculates the val...
- Anonymous9 years ago
Delta := SUMX(
FILTER(MyTable, MyTable[Description] = "KLM" && MyTable[Year] = 2017),
MyTable[Debit] - MyTable[Credit]
)
0xygen27
9 years agoAdvocate II
When I upload my dataset to the online version I will get a big X in the visual. It can't show me the visual because there is something wrong with my measure...
0xygen27
9 years agoAdvocate II
As quick as the error appeared, even quicker did it dissapear when I uploaded it for the 3th time :)