March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi everyone,
I have a dataset with manufacturing steps and durations (there are no start dates) :
I calculated an average.
I would like to create a visual (bar chart, matrix…) in which each step starts at the end of the previous one:
Here the link of PBI file :
https://drive.google.com/file/d/1qmfLjN6hvIxVuNE4Tq9DuDTpg7sPXv-_/view?usp=sharing
Thank you for your help
Solved! Go to Solution.
Hi @PBI_37 ,
Add the following measure to your model:
Average empty =
SUMX(
SUMMARIZE(
FILTER(ALL(Data), Data[Step] < MAX('Dim Step'[Step])),
'Dim Step'[Step],
"Average Total", [Average]),[Average Total])
Now add this measure on your chart has the first value:
Then just make it transparent colour has your background:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @PBI_37 ,
Add the following measure to your model:
Average empty =
SUMX(
SUMMARIZE(
FILTER(ALL(Data), Data[Step] < MAX('Dim Step'[Step])),
'Dim Step'[Step],
"Average Total", [Average]),[Average Total])
Now add this measure on your chart has the first value:
Then just make it transparent colour has your background:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsMarch 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
91 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |