Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Oh hi
I currenly have a smart measure set that gets me data from 1/1/24 as below. I am rubbish at this so is there a way I can alter it so it just gets me the data from the previous day and calculates the difference for me? I have a day of the year column in the table if that needs to be used?
| Day | Outstanding Tasks | Dif from prev day |
| 1 | 23 | |
| 2 | 654 | 631 |
| 3 | 123 | -531 |
| 4 | 54 | -69 |
| 5 | 321 | 267 |
| 6 | 321 | 0 |
| 7 | 32154 | 31833 |
| 8 | 245 | -31909 |
| 9 | 125 | -120 |
| 10 | 545 | 420 |
| 11 | 125 | -420 |
| 12 | 1245 | 1120 |
| 13 | 654 | -591 |
Solved! Go to Solution.
@WEARLE , Assume you have measure [Outstanding Task]
Join date of you table with a date table and create measure
calculate([Outstanding Task], previousday(date[Date]) )
Day Intelligence - Last day, last non continous day
https://medium.com/@amitchandak.1978/power-bi-day-intelligence-questions-time-intelligence-5-5-5c324...
Hi,
you can use offset function.
create a measure
If this post isuseful to help you to solve your issue consider giving the post a thumbs up and accepting it as a solution !
Thanks @serpiva64 and @amitchandak that worked a treat 🙂
I have made a measure that subtracts
Sorry and thanks for the help! 🙂
Hi,
you can use offset function.
create a measure
If this post isuseful to help you to solve your issue consider giving the post a thumbs up and accepting it as a solution !
@WEARLE , Assume you have measure [Outstanding Task]
Join date of you table with a date table and create measure
calculate([Outstanding Task], previousday(date[Date]) )
Day Intelligence - Last day, last non continous day
https://medium.com/@amitchandak.1978/power-bi-day-intelligence-questions-time-intelligence-5-5-5c324...
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 51 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 65 | |
| 39 | |
| 33 | |
| 23 |