I got a sharepoint site that stores data in various lists in a 'master-detail' type setup. There is a list called Incident Flash report and a list called Incident Classification. The Incident Classification list has a column called ReportID that identifies which row in the Incident Flash report list it appies to. It contains the Id of the related item in the Incident Flash report list.
I am trying to create a powerBI report that will accept the ID as a parameter and then filter the lists to show only items with the selected ID (using the ID field in the pasterlikst and the ReportID field in the details list)
So in POwerBI Desktop, I connected to my two lists and opened powerquery editor.
I editied the queries in advance ediitor to get the queries to filter down to just a single known row (id 115) and it worked great:
So now I define a parameter called Parameter ReportID and set OIts value to the same ID (115)
Then I go into the advanced editor and tell it to use the parameeter rather than my hard coded value:
After doing that it doesnt find any values:
The ID field is numeric so i figured i need to remove the quites around the parameter , but that gave a syntax error.
Anybody know how i do this?
Solved! Go to Solution.
Also remove the ampersand?
Also remove the ampersand?
Doh!!Thanks
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
392 | |
102 | |
67 | |
55 | |
45 |
User | Count |
---|---|
377 | |
115 | |
79 | |
65 | |
53 |