Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

How to to give $ in one row and % to the other row in the same table

Hi,

This is my dummy data. In some of the rows, I want to use the $sign with the number and other rows %sign with the number.

When I import this data into Power BI, % and $ symbol are not coming.

 

 

sbhan4_0-1600462906533.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hello @sbhan4

What is the condition for your format,

If you need it formatted, you must convert it to a column of type string.

then create a measure

measurement: Switch (true(),

[Col1] á "Cond1", FORMAT(table[Col3], "Currency"),

[Col1] - "Cond2", FORMAT(table[Col3], "-%"),

[Col1] á "Cond3", FORMAT(table[Col3], "-"))

View solution in original post

4 REPLIES 4
v-xicai
Community Support
Community Support

Hi @Anonymous ,

 

You may enter into Query Editor, go to APPLIED STEPS, find the step named "Changed type" , delete this step.

 

Or you may go to File -> Options and settings -> Options ->CURRENT FILE ->Data Load, don't tick the option "Detect column types and headers for unstructured sources", restart the Power BI Desktop to take effect of this change.

Detect Type 2.png

 

 

Best Regards,

Amy 

 

Community Support Team _ Amy

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hello @sbhan4

What is the condition for your format,

If you need it formatted, you must convert it to a column of type string.

then create a measure

measurement: Switch (true(),

[Col1] á "Cond1", FORMAT(table[Col3], "Currency"),

[Col1] - "Cond2", FORMAT(table[Col3], "-%"),

[Col1] á "Cond3", FORMAT(table[Col3], "-"))

Anonymous
Not applicable

@Anonymous Thanks Pranit for your help. Well, I have provided a link to my dummy data. As you see in the screenshot, columns Goal, Actual, YTD Goal, YTD Actual - Ex Cost metrics should be $ and other in % and Number. Please share pbix if possible.

 

https://drive.google.com/file/d/13G6ugOhXQ3TlcjMea629H35c0dDv2rn1/view?usp=sharing

 

sbhan4_0-1601678557965.png

 

Anonymous
Not applicable

@pranit828 Thanks for your help. Actually, As you see in the screenshot. If I import that dataset in table format.

One metric should be $ other one % and remaining just numbers.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.