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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
@Anonymous , Try like, You can use AverageX in place sumx
Measure = sumx(values(INVC[Long desc]),CALCULATE(DATEDIFF(max(INVC[DATE_MOVE]),TODAY(),DAY)))
File attached after signature
@Anonymous Please create a column as below and add it to the visual-
@Anonymous Please create a column as below and add it to the visual-
Hi Nikh
When i try to implement the shorter expression , i am not able to locate Date field.
You need to create column not measure
Hi Nikhi
Your script is shorter.
Thank
Paul
@Anonymous , Try like, You can use AverageX in place sumx
Measure = sumx(values(INVC[Long desc]),CALCULATE(DATEDIFF(max(INVC[DATE_MOVE]),TODAY(),DAY)))
File attached after signature