Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi Experts,
I have an issue with my report where the requirement is to display the budget values for YTD , and the data has two years 2021 and 2022. And as per YTD it must only show for 2022. But i am getting the values summed as below:
expected result
for example if the value in 2021 is 10000 and in 2022 is 20000 then it must show values for 2022 i.e. 20000. But its getting summarized and giving result 30000.
I have drafted formulae but hard coded it:
Solved! Go to Solution.
CurrentYrBudget =
CALCULATE (
SUM ( PolBudget[Enviro New Business Budget] ),
PolBudget[Year] = YEAR ( TODAY () )
)
CurrentYrBudget =
CALCULATE (
SUM ( PolBudget[Enviro New Business Budget] ),
PolBudget[Year] = YEAR ( TODAY () )
)
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!