Forum Discussion
YoungData053
3 years agoFrequent Visitor
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 t...
- 3 years ago
YoungData053 , Try like
Parameter = GENERATESERIES(1, 20, 1/2)
You need to check regional setting again
amitchandak
3 years agoSuper User
YoungData053 , Try like
Parameter = GENERATESERIES(1, 20, 1/2)
You need to check regional setting again