Forum Discussion
as7
9 years agoAdvocate II
Problem with Selection in custom visualization
I am developing custom Visual in typescript and want to make dropdown having respected data in it. Ok with Visual Creation, But having problem to implement Selection ID with the data append to my vi...
Eric_Zhang
9 years agoMicrosoft Employee
Do you want to slice a time window like '02:00' to '15:00' for all days? If so, there's some workaround by creating proper lookup tables and measures.
Check a similar thread Specify custom date periods with predefined date periods. The difference is, you have to create start time and end time and filter the data with them, rather than start date and end date in that link.
as7
9 years agoAdvocate II
Thanks for this help. But can you please tell me how can i make a table with range of time only not date.
Because Calendar() function is taking date only.