The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!
User | Count |
---|---|
77 | |
76 | |
36 | |
31 | |
29 |
User | Count |
---|---|
93 | |
79 | |
57 | |
48 | |
48 |