Hello-
I have a workflow creating a data set for a PBI dashboard; the inputs contain monthly data for this FY and the previous one. I have used the formula tool to duplicate the "Month" column to "Bus Month," and now I would like to change every cell that has a date prior to 3/1/2023 to +1 year so that I have the prior year data but my filters are only picking up the current FY in PBI slicers.
Here is where I'm at, I'm getting a "Malformed IF statement error"
IF([Bus Month] < "2024-3-1" then DateTimeAdd([Bus Month],+12,'month')
@zachritter00 What is your date format? Can you provide a sample file and expected result?
The data comes out of SAP in a format like this - =@ EPMOlapMemberO("[TIME].[PARENTH1].[2023.APR]","","Apr-23","","000")
It looks like Alteryx brings them all in as doubles. Further in the workflow, I use a DateTime with "String to Date/Time format," incoming string custom", format MMM-yy
I don't touch them again except for a sort later on
User | Count |
---|---|
107 | |
82 | |
70 | |
54 | |
40 |