Forum Discussion
doriel
4 years agoRegular Visitor
Showing filter values
Hello friends. I would like to ask question, how to show filter values in textbox (or some other element?)? We have data with columns: machines, pieces produced, pieces rejected, dates, userID, etc...
- 4 years ago
In DAX Studio, right click on the table you want to get filters for and choose "Define Filter Dump Measure". There's also an option to define it for all tables. You could edit that to only include the tables you are interested in.
doriel
4 years agoRegular Visitor
OK, I managed to put the DAX code into the measure column.
Now it shows filtered values. Thanks for directions, johnt75 !
But If I fliter date, it shows all filtered values. I filter relative date (lats 30 days for example) and the filter is not showing the lowes date, it shows all values (selected 305 items, for example).
How could I program the column, so it shows only the lowest date? Desired information would be "date: from --.--.---- to --.--.----"
Any idea, please?
doriel
4 years agoRegular Visitor
MIN function does the job 😄