Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi. Thanks again for help!
You guys helped me to solve a probelm with a running total by adding this measure which also adds 0 into the first row.
But I have a little issue here. It doesn't seem to add 0 into the first row:
Solved! Go to Solution.
@Alex_0201 , Try with < in place of
<= max(DM_WELL_PLAN_OP[Step_no])
< max(DM_WELL_PLAN_OP[Step_no])
@Alex_0201 , Try with < in place of
<= max(DM_WELL_PLAN_OP[Step_no])
< max(DM_WELL_PLAN_OP[Step_no])
Hi @Alex_0201 ,
The dax expression what you are using is checks if there is a STEP_NO less than or equal to the STEP_NO at the current row.
So, if you take example of your 1st row where STEP_NO = 1, you don't have anything less than 1 in your data.
Also, adding 0 to it will not create a difference.
So, wanted to check why you are concerned with additon of 0 to your 1st row?
Thanks,
Pragati
Hi @Pragati11 because I need to have 0 in the column Total time in the step_no 1. And move the hole column Total time down starting from the value 48.
HI @Alex_0201 ,
In that case in your DAX, replace "<=" with "<" everywhere in the dax.
Thanks,
Pragati
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 |
---|---|
58 | |
58 | |
56 | |
38 | |
29 |
User | Count |
---|---|
75 | |
62 | |
45 | |
40 | |
39 |