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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi there,
i am neu with Power BI and i want to apply Minx to find the minimum value for net sales except(0 or blank).
anyone can help me in this?
thanks in advance.
Solved! Go to Solution.
Hi,
I am not sure how your dataset looks like, but please check the attached file.
I hope the below attached file can provide some ideas on how to create a solution for your dataset.
Min sales measure: =
MINX (
FILTER ( Sales, Sales[Sales] <> 0 && Sales[Sales] <> BLANK () ),
[Sales total measure:]
)
Hi,
I am not sure how your dataset looks like, but please check the attached file.
I hope the below attached file can provide some ideas on how to create a solution for your dataset.
Min sales measure: =
MINX (
FILTER ( Sales, Sales[Sales] <> 0 && Sales[Sales] <> BLANK () ),
[Sales total measure:]
)
sorry sir just one question. If i want add minus values to the filter. values >0
what should i do ?
Hi,
Thank you for your feedback, and please try something like below.
Min sales measure: =
MINX (
FILTER ( Sales, Sales[Sales] > 0 && Sales[Sales] <> BLANK () ),
[Sales total measure:]
)
thanks for your effort, but unforetunately did not work .
Hi,
Please share your sample pbix file's link here, and then I can try to look into it to come up with a more accurate solution.
Thanks.
thank's i found a solution
Thank's alot
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 20 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 20 | |
| 12 | |
| 11 |