Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi,
I have the below data in power bi.
Target | Type |
2 | Num |
2 | Num |
2 | Num |
0.97 | Per |
0.97 | Per |
0.97 | Per |
0.05 | Per |
1 | Per |
I want to convert as mentioned below.
Target | Type |
2 | Num |
2 | Num |
2 | Num |
97.00% | Per |
97.00% | Per |
97.00% | Per |
5.00% | Per |
100.00% | Per |
i tried with the new column as
Target_New = IF('Table'[Type] = "Num", 'Table'[Target], FORMAT('Table'[Target],"Percent") )
but was not successful.
Any assistance on this is much appreciated.
Regards,
Pavan.
Solved! Go to Solution.
You can make that work by making both as text
Target_New = IF('Table'[Type] = "Num", 'Table'[Target] & "", FORMAT('Table'[Target],"Percent") )
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blog -
Winner-Topper-on-Map-How-to-Color-States-on-a-Map-with-Winners , HR-Analytics-Active-Employee-Hire-and-Termination-trend
Power-BI-Working-with-Non-Standard-Time-Periods And Comparing-Data-Across-Date-Ranges
Connect on Linkedin
You can make that work by making both as text
Target_New = IF('Table'[Type] = "Num", 'Table'[Target] & "", FORMAT('Table'[Target],"Percent") )
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blog -
Winner-Topper-on-Map-How-to-Color-States-on-a-Map-with-Winners , HR-Analytics-Active-Employee-Hire-and-Termination-trend
Power-BI-Working-with-Non-Standard-Time-Periods And Comparing-Data-Across-Date-Ranges
Connect on Linkedin
User | Count |
---|---|
134 | |
68 | |
68 | |
54 | |
52 |
User | Count |
---|---|
207 | |
95 | |
64 | |
61 | |
57 |