dynamic values
5 TopicsDifferent column output basing on Parameter Selection
Hi Guys and Welcome Everyone! my first post in this community :). I have following query. I have created parameter using "New Parameter" -> "Numeric Range" Then I have edited parameter settings as follows: Then I would like to have column with different output depending on parameter selection. I wrote formula as follows: When I test it in report view, I always get "NOTPASSED", whatever I choose in the slicer. Do I miss anything or is there other workaround to achieve my goal?Solved1.3KViews0likes7CommentsJust transitioned from service to report server, need some questions answered
Hi, I've moved from using the latest version of desktop to now needing to use report server version of powerbi. It feels like i've regressed in terms of features. Not having preview freatures is a huge loss, and the same is loosing features like dynamic values. Is there a roadmap of features that are going to be added? Will it be possible to add things like dynamic values to report server? Also are there any stability issues with the latest version of report? I would think that with it's release schedule that there wouldn't be any stability issues but just wanted to get some feedback as to that. Thanks554Views0likes3CommentsHow to apply a Visibility based on a text value on tabl through a Parameter on power report builder?
How can we add a visibility of a tablix column based on a text value passed through a parameter. I am using the below statement but it is showing wrong sring input error every time. =IIf(InStr(Parameters!ReportParameter1.Value,"Train")="Train", FALSE,TRUE)Solved802Views0likes1CommentSlice value based on disconnected table with dynamic values
Hello, Is there a solution for the following problem? I have a measure ( a simple SUM) that is going to be displayed in a Matrix visual. I need to filter that value based on a selected version from a slicer. The issue is that the values from the slicer will change in time. So working with SWITCH ( hardcoded values) is not a solution. Is there a way to achieve a measure that is recalculated based on the user selection from a slicer? Now i have the fact table - containing the data used for the SUM and a disconnected table used for slicing the data.Solved5.3KViews0likes6Comments