Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi all
I have a table with daily balances. I would like to create a measure that, when I show the values in a matrix per day, it shows me the daily balance and, when I show the balances by month, it shows the closing balance for the month, instead of the aggregation of the daily balances.
Can you please help me with this?
Thanks
Solved! Go to Solution.
Hi @jtemes
Take a look at the PBIX here.
The DAX reads
Balance =
CALCULATE(MAX(Balances[DailyBalance]),Dates[Date]=Max(Balances[BalDate]))
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !! Happy to help!!
Pete
Web: https://binavigation.com
Linked In: https://www.linkedin.com/in/pete-smith-955b73181
Hi @jtemes
Take a look at the PBIX here.
The DAX reads
Balance =
CALCULATE(MAX(Balances[DailyBalance]),Dates[Date]=Max(Balances[BalDate]))
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !! Happy to help!!
Pete
Web: https://binavigation.com
Linked In: https://www.linkedin.com/in/pete-smith-955b73181
Great! Thank you very much for your help!
How does your table structure look? How do you get to the closing balance amount?
It is quite simple, there are two columns, one with the date and the other with the balance. Additionally, there is a calendar table with a relation to the date column
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
70 | |
68 | |
51 | |
32 |
User | Count |
---|---|
115 | |
100 | |
74 | |
65 | |
40 |