Forum Discussion
Percentage DAX Formula
Sample data would help, not sure what you're trying to do but have you tried DIVIDE and format the resulting column to a Percentage?
New Column Name = Divide(Column A,Column B)
And then format New Column Name to percentage.
Hi thanks for that. However, my values for Column A and Column B is text. I am counting Column A and ColumnB but I want to do an inline percentage. See example below. 33 and 31 are counts of Text fields, I want to put an inline column to divide 31/33= 93.93%
Thanks.
- ovetteabejuela9 years agoImpactful Individual
Would you be able to post a dummy data keeping the table structure? and also if possible the result desired.
- SachinC9 years agoHelper V
See attached. I have manually computed the % value in the pivot, I can't seem to do this in PowerBI.
All the columns are text, I am doing counts to get numeric values from them. Thanks.