Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I have a metric calculating the difference between the first and last date in a series of date changes.
Thanks in advance
Solved! Go to Solution.
You can use a SUMX like this:
DeltaTotal =
SUMX ( VALUES ( TableName[Column] ), [Days Close Date Delta] )
Where [Column] is whatever column is the lowest level of granularity in your visual.
Thank you! i had been trying something similar but basing it off of the date field and not the id field. that fixed my issue!
You can use a SUMX like this:
DeltaTotal =
SUMX ( VALUES ( TableName[Column] ), [Days Close Date Delta] )
Where [Column] is whatever column is the lowest level of granularity in your visual.
Thank you! i had been trying something similar but basing it off of the date field and not the id field. that fixed my issue!
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 |
---|---|
72 | |
71 | |
68 | |
42 | |
42 |
User | Count |
---|---|
46 | |
40 | |
28 | |
27 | |
26 |