Forum Discussion
JBrunetUdec
3 years agoFrequent Visitor
Filter one table to have an effect in second calculated table
Hi! I'm new to PowerBI and I haven't been able to find an answer to what I'm looking for: I have a table that comes from excel, and from that table I generated another calculated table (with the ...
- 3 years ago
Hi JBrunetUdec ,
You don't need to do anything clever here. Get rid of the calculated table as it's just taking up time and space.
Write a measure like this:
_avgAssetCost = AVERAGE(Table1[Cost])Then chuck it in a visual with Table1[Asset].
Pete
BA_Pete
3 years agoSuper User
Hi JBrunetUdec ,
You don't need to do anything clever here. Get rid of the calculated table as it's just taking up time and space.
Write a measure like this:
_avgAssetCost = AVERAGE(Table1[Cost])
Then chuck it in a visual with Table1[Asset].
Pete