Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi Experts,
for dates there is the dax function called calendar ("Start Date", "End Date") to get a table from startdate to enddate.
Now I am searching for a similar solution/ dax command to get a table easily of a intervall of values with the ability to select the stepsize,
For Example a table from 1 to 5 with a stepsize of 0.1 to get the following one:
1.0 |
1.1 |
1.2 |
1.3 |
... |
4.8 |
4.9 |
5.0 |
Thank you very much!
Solved! Go to Solution.
Hi @Do5779 You need to create a new parameter with a Decimal range, Or use the "GENERATESERIES" function
I have attached the file for your understanding
@DimaMD Great🤗. Thanks a lot!
I haven't found that dax function. So for all the others : GENERATESERIES-Funktion - DAX | Microsoft Learn
Hi @Do5779 You need to create a new parameter with a Decimal range, Or use the "GENERATESERIES" function
I have attached the file for your understanding
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |