Forum Discussion
jackiekim
9 years agoFrequent Visitor
Filter measure with seperate table
Hi, I am new to PowerBI, I have a measure looks like : %Year = DIVIDE(SUM(Shipment[Profit]),SUM(Shipment[Revenue])) And I have Score Table which is separated ScoreID %From %To Score ...
jackiekim
9 years agoFrequent Visitor
If I hard code the value [%Year], it's working
ex) ScoreM = CALCULATE(VALUES(Score[Score]),FILTER(Score,Score[%From]<=4.5 && Score[%To]>=4.5))