Forum Discussion

markes's avatar
markes
Frequent Visitor
5 years ago
Solved

Right approach to summary data?

Background I'm used to complicated Excel formulas but am trying to understand Power BI's approach to things so I can make reports.   I have a big Table of fruits with columns like "type" (e.g. "ap...
  • markes's avatar
    3 years ago

    Much later, I found that measures using "REMOVEFILTERS" like the following solve this problem in the way I intended. For example, something like:

    CALCULATE(SUM(MyTable[Cost]), REMOVEFILTERS('MyTable'), VALUES(MyTable[Fruit]))