Forum Discussion
dalacarelia
4 years agoFrequent Visitor
Lookup Table using filter to wiev average mesaure
Hello i realy need a bump with the logic in Power BI , I have table with average numbers with groupnames Databse with te details is I my mind i have to create a new column...
- Anonymous4 years ago
new column
AvgRent = LOOKUPVALUE(AVGGroup[AvgRent], AVGGroup[Group], DB[Group])
Anonymous
4 years agoNot applicable
like this?
dalacarelia
4 years agoFrequent Visitor
Yes