Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi Community,
(I am sharing my Pbix file here )
I am trying to apply slicers (filters) on an accumulated amount.
I am doing A/R aging analysis, and requirement is apply filter(s) on oustanding A/R amount.
Initially, I was able to apply filter on a monthly amount (not oustanding amount) because, I added a month index column ("Year-MonthName") on the Calendar table and joined with data with a Fact table (where it contained the data ("PayerNameRedefined") to be used for a filter.
This is data modeling:
Let me show you what I am trying to explain:
This one is A/R of each month (not accumulated (outstanding), and filter works fine.
Filter works fine:
** This is Requirement/Expectation:
Just for FYI, I have a separate data to calculate "Total AR As of Month" on a table called "MonthsTable", but this one does not have a relationship with data for filter (in the Fact table ("vw_revenue_metrics_ar_aging").
Is there any function in PowerBI I could use to get the "outstanding amount of each month / accumulated amount as of certain month" using the data in the Fact table ("vw_revenue_metrics_ar_aging")?
Thanks.
Solved! Go to Solution.
@JustinDoh1 ,
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Usually get cumulative like
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected('Date'),'Date'[date] <=max('Date'[date])))
or
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(all('Date'),'Date'[date] <=max('Date'[date])))
@JustinDoh1 ,
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Usually get cumulative like
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected('Date'),'Date'[date] <=max('Date'[date])))
or
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(all('Date'),'Date'[date] <=max('Date'[date])))
Thank you for help!
I am sharing here (as indicated on the original post).
Please let me know if you have any issue opening the file.
Thank you.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
78 | |
76 | |
53 | |
37 | |
31 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |