Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
Hello All,
I am very new to Power BI and I am trying to create some calculations by using the formula PREVIOUSMONTH. However, every time I tried using different data, I kept getting the same error: "The visual calculation 'Formula' has a syntax or semantic error at line 1, position 39 reported by Analysis Services. 'A table expression containing more than one column was specified in the call to function PREVIOUSMONTH, which is not supported.
Here is my table and my formula :
I am trying to create a formula to show the value from the prervious month.
Thank you in advance for your help
Solved! Go to Solution.
The PREVIOUSMONTH DAX function needs a date column, not a column with month values.
The PREVIOUSMONTH DAX function needs a date column, not a column with month values.