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 t...
  • amitchandak's avatar
    3 years ago

    YoungData053 , Try like

    Parameter = GENERATESERIES(1, 20, 1/2)

     

    You need to check regional setting again