Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello Community - I know this should be easy, but...
I have an orders table out of our ERP system. I need to create a "flag" that allows the user to have a slicer with the two options: Over $75k, or Equal/Less $75k.
In other words, imagine you have the orders table, and you quickly want to filter down to all Orders with a total value over 75,000 dollars...or....select all orders with a value below 75,000.
And the key is that this should be at the Order level (not at the line level).
Thanks for any help!
Solved! Go to Solution.
@Anonymous
This formula should work:
@jppv20 Sure!
Order Number Order Value OVER 75K
A-124 78,909 TRUE
A-326 67,098 FALSE
C-568 75,004 TRUE
@Anonymous
This formula should work:
Hi @Anonymous ,
Can you provide some example data and expected output?
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
86 | |
82 | |
70 | |
49 |
User | Count |
---|---|
143 | |
125 | |
108 | |
60 | |
55 |