This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hi all,
I have a fairly straightforward problem that I am struggling to do in power BI. have a bunch of data on people who received funding on different dates. It looks something like this:
| Person | Date | Money |
| A | 1/1/2019 | 400 |
| B | 1/1/2018 | 50 |
| A | 5/1/2018 | 600 |
| B | 4/1/2019 | 85 |
| A | 1/1/2020 | 100 |
| A | 8/1/2018 | 40 |
I would like to:
More specifically, if I chose a date range of 1/1/2019 - 1/1/2020 for the above data, I get the following sums:
| Person | Money |
| A | 500 |
| B | 85 |
Then, I'd want to aggregate to create a table similar to:
| Funding Range | # people |
| 0-249 | 1 |
| 250-499 | 1 |
| 500-1000 | 0 |
It seems like the easiest thing to do might be to create a dynamic new table based off of the slider range that summed the funds given for each person. Then, I could use that to build the aggregated table from part (3). However, I cannot figure out how to do so.
I'm somewhat new to Power BI, so any help you can offer would be much appreciated. For reference, I've created a .pbix file with dummy data here: https://drive.google.com/file/d/1zDwKzkU-SdkLxQymkCQcgKcjJg2oEaSB/view?usp=sharing
Thanks!
Solved! Go to Solution.
Hi, @Anonymous
Please check the below picture and the sample pbix file's link down below, whether it is what you are looking for.
-All measures are in the sample pbix file, and all steps are numbered in front of each measure.
-I suggest having a data model like below.
https://www.dropbox.com/s/6k1dlgz0pag4wyx/test%20dashboard.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/
Thank you so much! That completely solved it. I really, really appreciate the help!
Hi, @Anonymous
Please check the below picture and the sample pbix file's link down below, whether it is what you are looking for.
-All measures are in the sample pbix file, and all steps are numbered in front of each measure.
-I suggest having a data model like below.
https://www.dropbox.com/s/6k1dlgz0pag4wyx/test%20dashboard.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 52 | |
| 48 | |
| 47 | |
| 22 | |
| 21 |