March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a dashboard with minimum and maximum balance.
Here is Dax for Max Balance:
Solved! Go to Solution.
Your max/Min is your line-level max or Min. And you are grouping data by a particular category. If means the balance is summed up.
Make your balance or some other field as un summarized or add a line-level key and check.
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks.
My Recent Blog - https://community.powerbi.com/t5/Community-Blog/Comparing-Data-Across-Date-Ranges/ba-p/823601
Hi mosman,
It seems that your Max and min is applied on all table, so it won't changed by slicer. If possible, could you please inform me in details( such as your data sample and your expected output)? Then I will help you more correctly.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Your max/Min is your line-level max or Min. And you are grouping data by a particular category. If means the balance is summed up.
Make your balance or some other field as un summarized or add a line-level key and check.
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks.
My Recent Blog - https://community.powerbi.com/t5/Community-Blog/Comparing-Data-Across-Date-Ranges/ba-p/823601
Hi,
Share a simple dataset and show the expected result.
What happens if you allow a visual to summarize balance? e.g. add them to a card and change summarize to Maximum or Minimum
What happens if you simplify your measure?
MAX( MAX( 'Table'[Balance] ), 0 )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |