Forum Discussion
Christina_R
3 years agoRegular Visitor
DAX formula not recognizing period (.)
Hi, I have an issue with a measure i try to create for calculating the profit target as 10% higher than the previous month's profit. So I create a measure like this Profit Target = [Previous Mo...
- 3 years ago
Hi all
thanks for your help
The issue now is fixed, after i applied my Windows settings to match the ones of Power BI.
For Windows i had comma (,) as decimal seperator and this seems to have been overruling the settings of Power BI
Christina
DoubleJ
3 years agoSolution Supplier
Hi
That's strange, seems to be some locale issue. As a workaround you could :
[Previous Month Profit] * 110/100
Hope this helps
JJ
- Christina_R3 years agoRegular Visitor
Hi Jj
thanks!
i did that already as a workaround but just was wondering if there is an actual fix
Christina