Forum Discussion

Manjula's avatar
Manjula
Helper I
4 years ago
Solved

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

 

 

3 Replies

  • 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.

    • Manjula's avatar
      Manjula
      Helper I

      parry2k  the above function is working fine for one year , but when i add two more years it doesn't work , it is summarinzing  all 3 years data , but not showing the specific month & year, i can see only current year

       

       

  • Manjula not sure why, it should, can you share the pbix file, remove sensitive information before sharing.