Forum Discussion
Anonymous
2 years agoNot applicable
Simple Percentages Calculated and Displayed in Line Graph
I'm new (very new) to PBI, and simply taking a value by product and dividing out to get a percentage. I'd like to graph percentages over time, but when I click on the respective line chart icon, it...
amitchandak
Super User
2 years agoAnonymous , BAsed on what I got , Assume you are using measure M1 in Matrix
% Measure used in Matrix
divide([M1], calculate([M1], removefilters(Table[common_drug_name] ) ) )