Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi Everyone,
It's my first time here and I really hope someone will be able to help me. Below there is a challenge I am facing.
Thank you darlove for the hint 🙂
Of course I have a star schema implemented, however the model is really big and it would be a challange for me to expalin it here. I just wanted to give here a draft. It is a really complex solution and just would like to see an aproach I should take but later on to implemnt it to my model I will need to modify it anyway.
Yes, it should work on month level.
Any chance you can post sample source data as text? Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Thank you, Greg! 🙂
This is my data set:
Column1 | local complaints
| 1/1/2018 | 10 |
| 1/11/2018 | 20 |
| 1/14/2018 | 11 |
| 2/10/2018 | 12 |
| 3/15/2018 | 100 |
| 3/17/2018 | 15 |
| 4/17/2018 | 45 |
| 5/23/2018 | 32 |
| 6/23/2018 | 22 |
| 7/17/2018 | 42 |
| 7/18/2018 | 11 |
| 8/30/2018 | 12 |
| 9/21/2018 | 12 |
| 10/22/2018 | 33 |
| 11/12/2018 | 445 |
| 12/14/2018 | 55 |
| 1/1/2019 | 10 |
| 1/11/2019 | 20 |
| 1/14/2019 | 115 |
| 2/10/2019 | 33 |
| 3/15/2019 | 65 |
| 3/17/2019 | 33 |
| 4/17/2019 | 6 |
| 5/21/2019 | 4 |
| 6/15/2019 | 66 |
| 7/17/2019 | 35 |
| 7/17/2019 | 55 |
| 8/12/2019 | 44 |
| 9/15/2019 | 32 |
| 10/21/2019 | 21 |
| 11/4/2019 | 233 |
| 12/9/2019 | 32 |
Then I add calculeted columns:
So if I understand correctly your measure for Baseline is the average of local complaints ignoring all reset values i.e
Baseline = AVERAGE(Table1[local complaints])
This is calculation for Reset value = 4, so the Baseline is recalculated every 4 months
and I have 3 different averages: Jan - Apr, May - Aug, Sep - Dec.
Do you average the averages or sum the averages?
In my second post there is a list of row data - it is number of complaints per specific day.
Then I calculate an avarage number of complaints in each period - there are three:
1st preriod - Januray - April
2nd period - May - August
3rd period - Seprtember - December
It is just an avarage 🙂
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |