The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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 | |
3 | |
2 | |
2 | |
2 |
User | Count |
---|---|
11 | |
7 | |
5 | |
4 | |
4 |