Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi @member
I want to format my measure with in million and decimal point up to 1 point and negative value should be with in bracket at the same time.anyone have a solution
Solved! Go to Solution.
Hi @09avinash ,
You can use custom format strings in Power BI Desktop to customize how fields appear in visuals and make sure your reports look just the way you want them to. To display negative values between parentheses, you can use a custom format string. For example, you can use the format string "#,##0.0;(#,##0.0)" to represent 100 million as 100.0 and -100 million as (100.0).
Use custom format strings in Power BI Desktop - Power BI | Microsoft Learn
How to Display Negative Numbers Between Parentheses in Power BI - BI Gorilla
Best Regards
Hi @09avinash ,
You can use custom format strings in Power BI Desktop to customize how fields appear in visuals and make sure your reports look just the way you want them to. To display negative values between parentheses, you can use a custom format string. For example, you can use the format string "#,##0.0;(#,##0.0)" to represent 100 million as 100.0 and -100 million as (100.0).
Use custom format strings in Power BI Desktop - Power BI | Microsoft Learn
How to Display Negative Numbers Between Parentheses in Power BI - BI Gorilla
Best Regards
User | Count |
---|---|
5 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |