Forum Discussion

srinudatanalyst's avatar
srinudatanalyst
Frequent Visitor
1 year ago
Solved

Text should be text and numeric values ​​should be converted to percentage

Hi everyone, One Column (Data type text) contains text and numeric values. Text should be text and numeric values ​​should be converted to percentage in Power BI. how i will get this.   This is ...
  • bchager's avatar
    1 year ago

    srinudatanalyst  Here's an approach using custom columns in the query editor (M), and DAX calculated columns. One multiplies the original number by 100 and one doesn't. A sample .pbix is attached.