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 September 15. Request your voucher.
Hello Everyone,
I am creating Power BI reports, which have multiple columns.
first dimension column having fields, and other fact columns generating the data for that selected dimension rows.
Please find below image for reference.
The issue is, Need to setup the decimal values dynamically after interger.
For Example: Value column will have 0 decimal for first 2 rows and 1 decimal for next 4 rows and 2 decimal for last row.
Please help.
Thanks.
Solved! Go to Solution.
Hello,
I have resolved the issue, I have created measures for all indivisual columns and applied the formatting to each row.
Example:
Hi @AtulsDream
Please try using dynamic format strings:
https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-dynamic-format-strings
Hello,
I have resolved the issue, I have created measures for all indivisual columns and applied the formatting to each row.
Example:
User | Count |
---|---|
69 | |
64 | |
62 | |
54 | |
28 |
User | Count |
---|---|
112 | |
81 | |
65 | |
48 | |
42 |