Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Solved! Go to Solution.
Thanks for your response mate.
The following DAX solved the issue:
CALCULATE(
SUM(facts_general_ledger[values]]),
FILTER(
ALL(dim_calendar),
VALUE(dim_calendar[year]=SELECTEDVALUE(dim_calendar[year])-1
)
)
@Mjolnir You may find this helpful - https://community.powerbi.com/t5/Community-Blog/To-bleep-With-Time-Intelligence/ba-p/1260000
Also, see if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...
Also:
Thanks for your response mate.
The following DAX solved the issue:
CALCULATE(
SUM(facts_general_ledger[values]]),
FILTER(
ALL(dim_calendar),
VALUE(dim_calendar[year]=SELECTEDVALUE(dim_calendar[year])-1
)
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
17 | |
12 | |
11 | |
8 | |
8 |
User | Count |
---|---|
24 | |
12 | |
12 | |
11 | |
10 |