Forum Discussion
Calculate text values in a single column
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)
- cmajewski5 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]?
- cmajewski5 years agoFrequent Visitor
I was able to create the count measure without issue. Howver,I stil cannot get how to do do the basic math by subtracting and adding values in the column.
- v-kelly-msft5 years agoCommunity Support
Hi cmajewski ,
Sorry but I'm a little confused by the description,could you pls make some examples and advise me your expected output?
Best Regards,
KellyDid I answer your question? Mark my post as a solution!