Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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])
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |