Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I am attempting to caluclate the total billings of a file that i have LTD through the previous months. pls help.
Solved! Go to Solution.
Hi @Anonymous ,
You could refe to the following measure:
_YTD =
CALCULATE (
SUM ( 'Table'[Value] ),
FILTER (
'Table',
'Table'[Date] >= DATE ( YEAR ( TODAY () ), 1, 1 )
&& 'Table'[Date] <= EOMONTH ( TODAY (), -1 )
)
)
Hi @Anonymous ,
You could refe to the following measure:
_YTD =
CALCULATE (
SUM ( 'Table'[Value] ),
FILTER (
'Table',
'Table'[Date] >= DATE ( YEAR ( TODAY () ), 1, 1 )
&& 'Table'[Date] <= EOMONTH ( TODAY (), -1 )
)
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
87 | |
81 | |
53 | |
37 | |
35 |