Forum Discussion
Number Filter visualisation like text filter visualisation
- 7 years ago
Hi s_nambaru,
You can directly add the numeric field into a slicer, and select a value from slicer to filter visualization.
Regards,
Yuliana Gu
Hi s_nambaru,
You can directly add the numeric field into a slicer, and select a value from slicer to filter visualization.
Regards,
Yuliana Gu
Thank you for the reply.
The slicer you have suggested is that ,we can either use list /dropdown/between options in the slicer where we cannot enter the single number manually into the slicer.
As i mentioned before ,my user is familiar with the invoice numbers which he is dealing with.So he is expecting a slicer which the invoice number can be manually be entered and get data out of it.
Thanks in Advance...
- StephenF7 years agoResponsive Resident
I'm having the same issue. It seems number fields cant be used with the text filters search box.
You could create a new column and cast the number as text and use that,
- Anonymous3 years agoNot applicable
That's the best solution but to make it work on Direct Query dashboards, in which you're not allowed to use CONVERT,FORMAT or CAST functions, you can use this workaround.
Create a new column like this = CONCATENATE("", [your_int_field]) and bind the Text Filter component to that column.
Hope it'll help