djouallah opened a new issue #16890: URL: https://github.com/apache/superset/issues/16890
**Is your feature request related to a problem? Please describe.** I would like to define a Metric for example sum(Quantity) ,all(date), it means the metric should return the sum and ignore any external filter on date, **Describe the solution you'd like** **Describe alternatives you've considered** it works fine using jinja parameter but a bit more complex **Additional context** I am a PowerBI developer and currently playing with superset and literally this is the first thing I tried, in PowerBI we have a DSL called DAX and a user can simply define a metric as something like sum(x), all(date) and the metric will ignore the external date filter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
