How to filter range of measure value for specific dimension
Best Answers
-
If you're wanting to remove rows where the product is computer or laptop and the value is between that range you could do something like this:
CASE WHEN `Product Name` IN ('Computer','Laptop) AND `Amount` >= -100 AND `Amount` <= 100 THEN 1 ELSE 0 END
If you use that beastmode as your filter value and set it = to 0 then you would only be looking at "non-yellow" rows.
Let me know if this isn't what you were trying to accomplish.
Sincerely,
ValiantSpur
**Please mark "Accept as Solution" if this post solves your problem
**Say "Thanks" by clicking the "heart" in the post that helped you.1 -
Thank you for the prompt response. This worked. ?
0
Answers
-
If you're wanting to remove rows where the product is computer or laptop and the value is between that range you could do something like this:
CASE WHEN `Product Name` IN ('Computer','Laptop) AND `Amount` >= -100 AND `Amount` <= 100 THEN 1 ELSE 0 END
If you use that beastmode as your filter value and set it = to 0 then you would only be looking at "non-yellow" rows.
Let me know if this isn't what you were trying to accomplish.
Sincerely,
ValiantSpur
**Please mark "Accept as Solution" if this post solves your problem
**Say "Thanks" by clicking the "heart" in the post that helped you.1 -
Thank you for the prompt response. This worked. ?
0
Categories
- All Categories
- 1.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 969 Connectors
- 257 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 76 SQL DataFlows
- 501 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 375 Beast Mode
- 20 Variables
- 485 Automate
- 103 Apps
- 378 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 316 Distribute
- 64 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 63 Community Announcements
- 4.8K Archive