Forum Discussion
SachinC
9 years agoHelper V
Percentage DAX Formula
Hi, I want to create a percentage figure, i.e. x%, from two text fields. It's basically calculating click through rate as a %. I've got a count of my audience for a mailshot in a column, a count of...
ovetteabejuela
9 years agoImpactful Individual
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.
nishamartis
9 years agoFrequent Visitor
Hi,
I tried to use Divide with Calculated column and got Blank value. Not sure why.
- ovetteabejuela9 years agoImpactful Individual
Not sure if it's late in the game but when you're trying the suggestions are you doing it on a separate pbix environment and not in your main data model?
I asked because usually when we ask for help we only take a portion of the data model and present to the community. when they do the solution it woluld work but when we apply it to the main data model it would...
Then there might be something from the data model that is causing this...