Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
YoungData053
Frequent 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 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?



 


1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@YoungData053 , Try like

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

 

You need to check regional setting again

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@YoungData053 , Try like

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

 

You need to check regional setting again

This worked, thank you!

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.