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 , i want to make "new column" in power bi Desktop with related to another table with range condition
first i have releatioship them and what next?
for example
i have two table
1.
and 2.
and this is the result i want ( in Table1)
what can i do with "new column"? thank you 😀😉😥
Solved! Go to Solution.
you can try this
Grade =
VAR _order=MINX(FILTER(Gradegroup,Gradegroup[Order]>'Table'[order]),Gradegroup[Order])
return maxx(FILTER('Gradegroup',Gradegroup[Order]=_order),Gradegroup[Grade])
pls see the attachment below
Proud to be a Super User!
you can try this
Grade =
VAR _order=MINX(FILTER(Gradegroup,Gradegroup[Order]>'Table'[order]),Gradegroup[Order])
return maxx(FILTER('Gradegroup',Gradegroup[Order]=_order),Gradegroup[Grade])
pls see the attachment below
Proud to be a Super User!