Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
hi, Iam learning dax .kindly help me in solving -
how can i substract these minimum of each "value" corrsponding to "category" for each "country".
like .
for each Country - for "p" category - value minus minmum(P)
fact table
Thank you
Solved! Go to Solution.
NewColumn=TableName[Value]-MINX(FILTER(TableName,TableName[Year]=Earlier(TableName[Year])&&TableName[Category]=Earlier(TableName[Category])),TableName[Value])
NewColumn=TableName[Value]-MINX(FILTER(TableName,TableName[Year]=Earlier(TableName[Year])&&TableName[Category]=Earlier(TableName[Category])),TableName[Value])
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |