Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I need to get a table like this so i can give a line plot for the cummulative diiference. Can anyone help me with this? Actual coloumn will be given Drill_down we have to calculate.
Actual | Drill down_Actual |
7 | |
1 | 6 |
1 | 5 |
0 | 5 |
0 | 5 |
0 | 5 |
2 | 3 |
Solved! Go to Solution.
Seems to me that you are going to need an Index column and then you could use EARLIER in DAX. See my article on Mean Time Before Failure (MTBF) which uses EARLIER: http://community.powerbi.com/t5/Community-Blog/Mean-Time-Between-Failure-MTBF-and-Power-BI/ba-p/3395...
Seems to me that you are going to need an Index column and then you could use EARLIER in DAX. See my article on Mean Time Before Failure (MTBF) which uses EARLIER: http://community.powerbi.com/t5/Community-Blog/Mean-Time-Between-Failure-MTBF-and-Power-BI/ba-p/3395...
Thanks a lot for the link. It was really helpful.