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
new column
AvgRent = LOOKUPVALUE(AVGGroup[AvgRent], AVGGroup[Group], DB[Group])
dalacarelia
4 years agoFrequent Visitor
Thank you sir
This is very good and helpful
- Anonymous4 years agoNot applicable
If this post helps, then please consider Accept it as the solution, thank you!