Forum Discussion
Anonymous
4 years agoNot applicable
DAX Measures for Date while using Power BI Dataset
Hi, I am fairly new to Power BI. I am using a dataset (Power BI dataset) as the source for my new report. I am trying to create a new measure using data calculations. Essentially, I have a colu...
amitchandak
Super User
4 years agoAnonymous , if the date column is detected as date the
new column
month(eomonth([Partner Deal Created Date],-1) )
Anonymous
4 years agoNot applicable
It looks like when I write this query, the column with dates cannot be selected. It seems only columns with number values are allowed. Not sure why. Thanks