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.
Hi Community,
I hope you can help with this query.
I'm trying to get the rolling 12 month data of turnover in my Company. The formula seems to be working fine when I don't filter by specific months (see below)
No instructive help can be offered without concrete mock-up dataset. But generally speaking, a standard calendar table helps avoid quite some pitfalls when time intelligence functions are used (eg DATESINPERIOD ( Overall[Last Day of Duty], MAX(Overall[Last Day of Duty]), -12, MONTH ) in your case); in fact, here both MAX() and DATESINPERIOD() are subject to current filter context.
Expertise = List.Accumulate( {Days as from Today}, {Skills and Knowledge}, (Current, Everyday) => Current & Day.LearnAndPractise(Everyday) ) |
User | Count |
---|---|
25 | |
11 | |
8 | |
7 | |
6 |
User | Count |
---|---|
25 | |
13 | |
12 | |
10 | |
6 |