Forum Discussion

YoungData053's avatar
YoungData053
Frequent Visitor
3 years ago
Solved

Power BI not recognizing the dot.

I'm trying to add a very simple parameter starting with 1 to 20, with a 0.5 increment. 

Resulting in the following DAX : 

 

Parameter = GENERATESERIES(1, 20, 0.5)

 

Power BI is not recognizing the dot and sees the 0.5 as a 5.

Two different colleagues of mine don't have this problem, and we have the same regional settings.
What could be the issue?



 


2 Replies