Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
Hi,
Please advice I have data as following and to create Progression graph by time.
Need to create Progression by date column in Power BI
Thanks in advance.
Solved! Go to Solution.
Hi Jpaliji,
You could try below measure
Measure 6 = CALCULATE ( SUM ( t5[p1] ), FILTER ( ALL ( t5 ), t5[date] <= MIN ( t5[date] ) ) ) + CALCULATE ( SUM ( t5[p2] ), FILTER ( ALL ( t5 ), t5[date] <= MIN ( t5[date] ) ) )
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi
Jpalji,
If you want to create line chart based on date column, you could create chart like below
If this is not what you want , please correct me and inform me your expected output.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dax ,
Thanks for reply,
Actually I have data as following and I need to create a column in Progression at date in Power BI.
Please advise.
Thanks in advance
.
Hi Jpaliji,
You could try below measure
Measure 6 = CALCULATE ( SUM ( t5[p1] ), FILTER ( ALL ( t5 ), t5[date] <= MIN ( t5[date] ) ) ) + CALCULATE ( SUM ( t5[p2] ), FILTER ( ALL ( t5 ), t5[date] <= MIN ( t5[date] ) ) )
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dax,
Thanks for the help, I need to get Progress 1 from a different table.
I will figure it out. and write logic. Once again thanks.
🙂
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
74 | |
70 | |
70 | |
45 | |
41 |
User | Count |
---|---|
48 | |
47 | |
29 | |
28 | |
28 |