Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
)
)
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
11 | |
9 | |
6 |