I see big value in creating a visual that can display the results of a DAX query. One way this could be deployed is a follows. * Add the new visual to the report canvas * Write a DAX query that ret...
lc4
5 years agoNew Member
A simple use case for such a feature would be histograms and dynamic bucketing : how many sellers have had between 0-1000 customers , 1000-10000, … withing the current context. This currently requires adding a dummy dimension to our model and write a dedicated measure that is more convoluted than required.