Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi! I have been trying to figure out a way to find the difference betweem A/R aging buckets in my Power BI report where I have 2 files in the Folder Data Set. I want to be able to do a comparison between each aging bucket by comparing it to the file that was ran at the end of month (EOM). When I created the data source I created a column based on the source name and the colume A/R Aging Date will either say Current (for the most recent file) or EOM (for the previous months data). If you see the example below, how I can compare the < 31 values, and each bucket after that? Any guidance is appreciated.
@jdobbins , Need raw data for that. Assume you have measures that works across buckets and datset.
If these files are merge in power bi and current and EOM are row values
then you can have measures like
calculate([Measure], filter(Table, table[file name] = "Current")
or
calculate([Measure], filter(Table, table[file name] = "EOM")
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 108 | |
| 100 | |
| 39 | |
| 29 | |
| 29 |