Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi @durgaraop21 ,
It's been a while since I heard back from you and I wanted to follow up. Have you had a chance to try the solutions that have been offered? If the issue has been resolved, can you mark the post as resolved? If you're still experiencing challenges, please feel free to let us know and we'll be happy to continue to help!
Looking forward to your reply!
Hi, @durgaraop21
Add a new calculated column to your date table with the following DAX formula:
FormattedMonth = FORMAT('YourTable'[Date], "MMMM") & REPT(" ", 11 - LEN(FORMAT('YourTable'[Date], "MMMM")))
Replace the original month column in your Matrix visual with this new calculated column.
This formula formats the month name and appends the necessary number of spaces to make the total length 11 characters.
Hi @durgaraop21 - Create a New Column for the Padded Month Name: Use the DAX FORMAT function along with REPT to pad the month name to exactly 11 characters. Add this calculated column to your Date table or relevant table with month names.
Proud to be a Super User! | |
@rajendraongole1 Thanks for your reply....
This one is not working as expected.
Requirement:
When I drag this new column, the visual is not allocating the required space. The requirement is for it to take up 11 characters (including the month name and any remaining empty spaces) within the visual.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
99 | |
68 | |
44 | |
38 | |
29 |
User | Count |
---|---|
156 | |
92 | |
61 | |
44 | |
42 |