Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
bgonen7
Helper I
Helper I

If posting date is EOM, then reflect the Month (in a new Column), otherwise reflect blanks

 

 

bgonen7_0-1671206115787.png

 

1 ACCEPTED SOLUTION
v-xinruzhu-msft
Community Support
Community Support

Hi @bgonen7 

You can create a new column:

Column = IF([Date]=EOMONTH([Date],0),FORMAT([Date],"MMM-YY",BLANK()))

vxinruzhumsft_0-1671435639778.png

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-xinruzhu-msft
Community Support
Community Support

Hi @bgonen7 

You can create a new column:

Column = IF([Date]=EOMONTH([Date],0),FORMAT([Date],"MMM-YY",BLANK()))

vxinruzhumsft_0-1671435639778.png

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

FreemanZ
Super User
Super User

hi @bgonen7 

try to add a column with this:

IF(       [Posting_Date]=EOMONTH([Posting_Date]),

  FORMAT([Posting_Date], "MMM-YY")

)

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.