format date
4 TopicsConverting Month Names in short text to Date
I have to identical tables with Column named month which has short text values of month names (Jan, Feb, Mar.....etc). I need to convert it to date. I am using below formula which works for one table but for other it throws an error. Can anyone please explain what I am doing wrong or any better alternatives. Formula: Month Seq = DATEVALUE(FORMAT( "1-" & FY20[Month] & "-" & FY20[Year], "dd-mmm-yy" )) Error:Solved4.8KViews0likes2CommentsFilter month year column to exclude future dates from today
I have a dates key table that runs from Jan 2018 - Jan 2021. I have a month year column (Text Format): Month Year = FORMAT('DimDate'[DateS],"MMM YYYY") However it pulls in all dates in the dates key range: Is there a way to exclude future dates from: FORMAT('DimDate'[DateS],"MMM YYYY"),<=TODAY() Thanks in advanceSolved1.4KViews0likes1CommentRegional Formats based on a parameter
I am trying to find a way to format currencies and dates from a parameter in a report. For example I would like to pass GBP and format currency "£#,##0.00" and dates "dd/mm/yy" or pass USD and format currency "$#,##0.00" and dates "mm/dd/yy" I can change the parameter from ISO currency codes to country codes if required. Any help would be really appreciated as I'm totally stumped with it479Views0likes0CommentsChanger le format de restitution d'une date
Bonjour, Je réalise des rapports appuyé sur un cube de données et je ne peux donc pas créer de données calculées. Une donnée 'période' est restituée au format 'jj/mm/SSaa hh:mm:ss' dans diférents tableaux en entête de colonne. Or la partie utile de cette période est 'mm/SSaa'. Est il possible d'indiquer à PWBI de restituer cette information 'période' dans ce format ? SVP Note : lorsque je réalise un graphe avec cette donnée sur l'un des axes et que je choisi la restitution 'continuous' la restitution est alors automatiquement au format 'mmm AA'909Views0likes0Comments