The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
82 | |
80 | |
35 | |
32 | |
32 |
User | Count |
---|---|
93 | |
79 | |
62 | |
54 | |
51 |