parameter
37 TopicsNext and Previous Buttons To Navigate Through a Single Select Slicer
Hi everyone I have a single - select drop down menu, but the drop down has ~1500 names, it's not user friendly to go to the next person. I'd like to include a next and previous button . I have created an index column to use +1/-1 to navigate through my list. I have separate cards and a table that provides the current name, next name, and previous name, all currently showing the data correctly as I select random names in my drop down (in other words I have the correct DAX statements) I attempted to do this with bookmarks - but because there are so many names and bookmarks are static, this is not a great avenue. I attempted to do this with page navigation but it doesn't leverage the logic from my measures or calculated columns. It works in the sense that it toggles between previously tested names. I am now attempting to click on the name from the table in hopes that the next/previous name may update the slicer Has anyone come across this exercise before?3.5KViews0likes3CommentsPower BI Paginated Report - Project Listed in Parameter but won't display in report
I have this report to display projects. All projects display except this one and I couldn't figure out why. Any idea how to fix this? Project# 569549 listed in Project Number parameter It doesn't render anything when selected, it doesn't give any warning either If I select a different project, it displays just fine, except 569549 Below is the query - project number is stored as text in Power BI desktop: EVALUATE SUMMARIZECOLUMNS('Active List'[Project Number], 'Active List'[Project Name], 'Active List'[Project Manager], 'Active List'[Project Description], REDACTED, 'Active List'[Phase], 'Active List'[Programs], 'Active List'[Component], RSCustomDaxFilter(@ActiveListComponent,EqualToCondition,[Active List].[Component],String), RSCustomDaxFilter(@ActiveListPrograms,EqualToCondition,[Active List].[Programs],String), RSCustomDaxFilter(@ActiveListArlocDesc,EqualToCondition,[Active List].[Arloc Desc],String), RSCustomDaxFilter(@ActiveListPhase,EqualToCondition,[Active List].[Phase],String), RSCustomDaxFilter(@ActiveListProjectManager,EqualToCondition,[Active List].[Project Manager],String), RSCustomDaxFilter(@ActiveListProjectNumber,EqualToCondition,[Active List].[Project Number],String), "Current Status", [Current Status])2KViews0likes10CommentsCalling a Reporting with parameters from an appkication doesn't work
Hello Community, my client uses Power BI report Server Version1.22.9153.7886(Januar 2025). We call reports like reports/powerbi/.../Artikelstatistik?rs:embed=true&filter=Gesamtumsatz/Artikelnummer eq '03008' which works, but it doesn't work with vm57/reports/powerbi/.../Artikelstatistik?rs:embed=true&filter=Gesamtumsatz/Artikelnummer eq @@Artikelnummer', which worked well before. (May 2024). Thanks and Regards Walter669Views2likes2CommentsDynamic Table with field parameter and two value slicers partially working.
Hello Everyone. I need some help to cross the finish line on a visual and was hoping it would be an easy fix with some guidance from the community. I have a matrix table visual as shown below. I want this table to update dynamicaly based on the CV and SV buttons. So far I have been able to do that. I also want it to update dynamically based on the negative and/or positive limit that the user selects in the negative and positive limit slicers. So far I have been able to accomplish this partially with the CV selection, but not the SV selection. Below example shows the CV table accurately change based on the limit slicers, but when changed to the SV view the table is still basing results off of the CV measure. Measures for columns shown as 1 on the table are shown below (IncludeValueCV, IncludeValueSV). IncludeValueCV = IF( [CV Cur] < SELECTEDVALUE('Lower Limit'[Lower Limit]) || [CV Cur] > SELECTEDVALUE('Upper Limit'[Upper Limit]), 1, 0 ) IncludeValueSV = IF( [SV Cur] < SELECTEDVALUE('Lower Limit'[Lower Limit]) || [SV Cur] > SELECTEDVALUE('Upper Limit'[Upper Limit]), 1, 0 ) Here are is the parameter and values that are in the matrix table. prm_variance_options = { ("CV", NAMEOF('fct_ev_data'[CV]), 0, "CV"), ("1", NAMEOF('fct_ev_data'[IncludeValueCV]), 1, "CV"), ("SV", NAMEOF('fct_ev_data'[SV **bleep** EOM]), 0, "SV"), ("1", NAMEOF('fct_ev_data'[IncludeValueSV]), 1, "SV") Here are the parameters for the lower and upper limit slicers. Lower Limit = GENERATESERIES(-5000000, 0, 50000) Lower Limit Value = SELECTEDVALUE('Lower Limit'[Lower Limit]) Upper Limit = GENERATESERIES(0, 5000000, 50000) Upper Limit Value = SELECTEDVALUE('Upper Limit'[Upper Limit]) I appreciate any guidance the community can provide in getting both CV and SV values in the matrix table when updating the lower and upper limit value slicers. Thank you. Joaquin C.Solved562Views0likes1CommentDifferent 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.3KViews0likes7CommentsPage Break on Common Field with Two Tables
I'm attempting to create a report that has the following properties: Uses data from Power BI Semantic Data Model Combines data from two fact tables (1. survey responses and 2. site notes) and two dim tables (1. suppliers and 2. negotiation issues) Has two tables on each page, one dedicated to each of the fact tables Page breaks on the negotiation issue and has both tables on a single page Ideally, users would select a supplier (only ever one) and a negotiation issue (either one, multiple, or all) and a report would be created that has both the survey responses and the site notes on one page broken up by negotiation issue. The supplier and issue are parameters selected from DIM tables, and each table has filters to only return data for the parameter selections. The problem I'm running into is the page break will split up all the notes first and then all the survey responses, but I'd like the notes and survey responses for each negotation issue on one page before page breaking to the next issue. Below is an example of my current report: Is this possible? Any advice is appreciated.Solved1.5KViews0likes5CommentsReport Builder Error - Forward Dependencies Are Not Valid
Hi everyone! I'm working on building a paginated report using Report Builder. I created a data source and dataset on Report Server. The dataset has a parameter specified in the query, so the parameter was generated in Report Builder when I connected the report to it. I'm trying to add values in the Available Values tab of this parameter, but when I try to run the report, I'm getting an error message that says "The report parameter xyz has a DefaultValue or a ValidValue that depends on the report parameter xyz. Forward dependencies are not valid." This parameter is being used in a where clause on the dataset (something like below), so I don't believe there are any dependencies here. SELECT * FROM table1 t1 JOIN table2 t2 ON t1.key = t2.key WHERE Department = @Department AND XYZ = xyz Please advise. Thanks!Solved9.7KViews0likes2CommentsAdd parameter in query designer (query from Power BI Performance analyser)
Hi guys, I am trying to add a parameter in my report and add the parameter in the query designer module. The query was generated within Power BI via Performance analyser. I saw different posts on this issue but no clear solution. First I have tried to create a parameter in the report (in my dataset properties) and add it with @ in my query such as // DAX Query DEFINE VAR __DS0FilterTable = TREATAS({@Test}, 'FACT - Conflicts'[Conflict category]) However, I have an error message that the parameter test was not declared. So I declared it again through "Query Parameters" module within the query designer (same name and another name). This time I can execute the query but it returns no row with a default value "Group" (which should not be the case - if I had put TREAT({"Group"}, it returns some rows). I tried to see what were the values in the Parameters properties window and I can see this. Which I don't understand because "Test" is not the name of my dataset.. Any idea to resolve this? Thanks a lot in advance!Solved6.3KViews0likes5CommentsUsing a Value in Field Parameter in a Dax Command
I'm having a trouble to bring a value from a Field Paramenter to a Dax Command. I want to count the number of "Acct Number" by Geo and want to get the count difference between the selected "scenario" Column. Currently, Scenario 1,2,3 are set up as Field Parameter so that based on the selection in a slicer, the Account Count broken out by Black and White changes. The problamatic part is, I want to calculate the count difference between the selected scenario (dynamically change) and the original value (which is based on "Type" column). Since it is referencing a different column, I've tried with a selectedvalue function but it never works... Any ideas on how to write DAX queries for the yellow highlighted parts?631Views0likes2CommentsGenerateseries is not working with a parameter and single value slicer
I am trying to create a single value slicer I have created a parameter "Target Parameter" and a table "Target" My parameter is "Target Parameter = GENERATESERIES(MIN(Target[Target]),MAX(Target[Target]))" (I have also tried adding the increment of 1 with the same result) the Target Table has 1 column with numbers from 0 to 1048576 generated from a linked excel file. Data type is Decimal Number but I have tried Whole and Fixed as well. When I look at the tables, I don't see any error in the sequenced numbers. When I enter a value such as 100000 into the associated slicer, the number in the slicer automatically changes to 99516 When I enter 2 it is automatically changed to 1 When I enter 1048570 is automatically changed to 1048576 Every number I have tried is changed to a different value except the largest number 1048576 Is there anyway to get it to accept and use the value entered? I intend to use the entered number in other calclations.1.4KViews0likes1Comment