Forum Discussion
cmajewski
5 years agoFrequent Visitor
Calculate text values in a single column
So what I want to do is some basic math with a column. I want to take the following text values: MC+EP-NH+RV that are in a single colum, and want to be ablet calculate it basd on that expression a...
FrankAT
5 years agoCommunity Champion
Hi cmajewski
is this what you are looking for? Here are some basic calculations:
Count = COUNT('Table'[Data])
% Percentage = DIVIDE([Count],CALCULATE([Count],ALL('Table')))
With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)
cmajewski
5 years agoFrequent Visitor
Okay I see. Although what I want to do is take MC+EP-NH+RV = value
Then take that value and give me the % for all the values in the column as there are others, like COCL1, HUCL1, etc.
Also this data is already in a column called "Placement Ops" so where you have table do I put Count = Count('Table''[Placement Ops]?