Forum Discussion
undefined
i have a column where it has the date values in the format of dd-mmm-yy , i need to show this column as mmm-yy, i have changed the format in model field properties, i see multiple values on one month as it is take by daywise , but i want to show these values only single months.
what i see
what userexpecting to see in filterpane
Manjula you should add another column in your table using the following expression:
Month = EOMONTH ( YourTable[YourDateColumn], 0 )and change the display format of this one and use it in the table.
✨ Follow us on LinkedIn
Check my latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
3 Replies
- parry2kSuper User
Manjula you should add another column in your table using the following expression:
Month = EOMONTH ( YourTable[YourDateColumn], 0 )and change the display format of this one and use it in the table.
✨ Follow us on LinkedIn
Check my latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡