Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello! (Not sure if it's okay to post it here but I really need some help)
I need to make some measures where they are dependent to each other. But PowerBI says that I have a circular dependency So I tried to find a way to make it not dependent but I can't seem to get it.
Here's the sample data:
1st month of the beginning cash is a fixed value (I'm good with this, planning to have a parameter?)
1st month of the ending cash is current beginning + cash flow.
2nd month of beginning cash is last month's ending cash.
2nd month of ending cash is current beginning +cash flow.
And so on and so forth.
Beginning and Ending Cash are dependent. I'm thinking of having another measure, True Cash, that will compute for the cumulative cash total. But I have no idea also on this part. Also, my Cash Flow is a calculated measure.
Any help is appreciated. Thank you!
Solved! Go to Solution.
Hello @amitchandak !
Thanks for the reply! However, I think it's not applicable to me since my data is from a calculated measure. However, I researched more and found my answer: Solved: Create Running Total On A Calculated Measure - Microsoft Power BI Community
@crln-blue , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
You can get cumulative with help from date tbale like example
Cumm Sales = CALCULATE(SUM(Table[value]),filter(allselected(Table),Table[Date] <=max(Table[Date])))
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
Hello @amitchandak !
Thanks for the reply! However, I think it's not applicable to me since my data is from a calculated measure. However, I researched more and found my answer: Solved: Create Running Total On A Calculated Measure - Microsoft Power BI Community
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 |
---|---|
11 | |
11 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
11 |