multi-value
3 TopicsFinding Multiple values in columns and rows and Calculating for each value as category
Hi Everyone, I have a fairly complicated task where I need help. I have a task where I have a data about each product data and and how long each department took to complete their task and then compare which department takes longer to complete its task. The issue is based on certain tasks and conditions same department name appears more than one columns or rows.. For example. Product ID ( unique) Commercial Data Task 1 ( date to complete) Commercial Data Task 1( department) Commercial Data Task2 ( date) Commercial Data Task 2(department) Technical Data task 1( days) Technical DataData Task 1(department) Apple 10 days sales 3 days marketing 10 days sales Orange 5 days IT 36 days sales 5 IT So it looks like certain tasks have same department but different times. So my task is to create a dax to find out how each department performs. in the view it will have lets say commerical data --> all the departments involved in this task and to see which department takes longer to complete their task when compared with other departments in total. The goal is make a visual where shows commerical data departments and comparing their each performance to find out which department takes longer to complete the task. I cant use unpivot cause its one table with over 20'000 rows and more than 100+ columns I hope this is clear enough explaination. If you can help me that would be great. LOOKing forward to hearing from you. Best, </>675Views0likes2CommentsSubscription on Report with Multi Value Parameter not working in Portal V2
When we activate the new Portal V2 design on the report server we have a problem with subscriptions on paginated reports. If the Report has a parameter that allows multiple values to be selected we can't specify a value for this parameter. We can open the dropdown and select different options in it, but the text box that displays the value of the parameter isn't updated and if we try to create the subscription, we get an error, that the parameter needs a value. If we turn off the new Portal design we can change the parameter as usual. Is this a bug in the new design? We have the Report Server Version1.10.7698.27886(January 2021) installed.Solved1.5KViews0likes2CommentsJan 2020 multi value Param Problem
Hi all, anyone experienced the following behavior in Jan 2020 update? I have a multi-value parameter param and another parameter @ParamOpt in the query for the dataset it looks like: select * from table where ID = @ParamOpt when I run the query I get an wired error message, so I checked in the query profiler and there I see select * from table where ID = N'value1',N'value2'Opt this didn´t occur before and seems to be a topic in Jan2020 release. Best regards, Thomas1.9KViews0likes6Comments