How to format new measure (not column) in power BI as percentage?

后端 未结 2 761
生来不讨喜
生来不讨喜 2021-01-11 23:38

When I create a new measure with formula, i.e. sum(col1)/max(col2), it automatically converts the result into #.#% format. Strangely, it doesn\'t happen all the time; someti

2条回答
  •  [愿得一人]
    2021-01-12 00:30

    There is another way to convert the value into % in Power BI Desktop.

    1. Create a measure with simple Divide formula
    2. Click on the name of measure in FIELDS section
    3. Go to Modeling tab and select % sign in Formatting section

    The field will automatically be converted to % value.

提交回复
热议问题