i want to create an R viual in a powerbi report using visNetwork. when I hover over a node i want it to crossfilter other visuals in the report.
I am still researching this issue, I know therev are ways to deliver a variable containing the filtered or node hovered over, but how can you make crossfiltering happen
Related
I'm using Power BI (May 2020 edition) and I've encountered a very weird problem. My visuals are based on SQL Server Stored Procedure. When I initially displayed data on visuals, I realized I need to add extra column on backend and switch columns on visual. So, I did the following:
I modified my Stored Procedure and applied changes on back-end
I navigated to Data View and clicked on Edit Queries menu item. Then I right-clicked on the column I needed to move and clicked "Move Right". This way 2 columns swapped the order in which they were displayed.
Then I clicked Refresh All and after a while got all my changes - recently added column from SP and swapped columns displayed correctly on Edit Queries window.
After all these manipulations I clicked Close & Apply and was redirected to Data View of my Visuals. None of the changes were reflected. I went to Report View - the same thing, of course.
Did I do anything wrong or it's a known bug that hopefully has workaround?
Appreciate everybody's help.
P.S. I was able to refresh the data by right-clicking on "Query" dropdown on Data View and clicking "Refresh Data". However, columns order still not resolved. Looks like everything we do under Edit Queries is not reflected in May 2020 edition. Please correct me if I'm wrong or if there is a workaround. Unfortunately I can't upgrade to newer version as our server doesn't support it.
Resolved the issue - instead of going to Edit Query mode, I simply dragged fields to appropriate place in Report Mode, Visualizations pane. But I still remain puzzled why Edit Queries changes are not reflected when Close & Apply is clicked.
I have the results of a survey in an excel file that I would like to analyze in PowerBI. The fact is that I thought I could have a drop down item so that the user can select the question they want to see the results of. In addition, various filters such as the age and the position of the respondent's respondents. Finally there would be another element that would be a graph in order to be able to visualize the results. I have tried to test all three elements, but they do not connect with each other. That is to say, when I select a question from the drop-down menu and then select a filter, the graph does not update. Do you have any idea?
I am trying to find an answer if it possible to automate creating powerBI reports for each unique value in one of columns(It's like filtering on whole report for one of the values and publish report than change value to next one and repeat steps for other values)? Is there any fast way to do it? I wrote program to filtering via link and clicking mouse than save links for each person to excel but i wonder if there is more reliable and faster way to do it. I am using PowerBI premium for user.
This is typically called "Report Bursting", or "Data Driven Subscriptions", and here's a walkthrough of how to do it with Power Automate and Power BI.
Why don't you leverage RLS instead of hardcoding filters?
Having some trouble managing interactions between slicers and graphs in PowerBI.
Some visuals are showing as not having an interaction to manage even though they change when the slicer is changed (when i say no interaction i mean there is no option to block the interaction).
I am using a line graph linked to a slicer, the data is working as it should until i try to lock in the results for one particular sub group and then block any further interactions with the visual, when i do this the data then changes.
Any help or suggestions would be much appreciated.
Lee
For your questions:
Every visual allows you to Edit Interaction, however, if you have a lot of visuals and some of them are for example on the top of your page, the icon for editing can appear invisible, however, if you move the visual to a place where there is space above the visual, it will show up (I just tested it, all visuals that were on top *(and there were other visuals below them)*, didn't show the interaction button).
So basically, move the original visual a bit, edit the interaction and put it back when it was.
If you want to show only one group in a certain visual, use the filter on this visual and then block any interactions with other visuals.
I wanted suggestions from the community as to which chart should be used to depict the Parent-Child/Successor-Predecessor relationship in Power BI. I'm using Azure boards as a data source. Here is my sample data source.
I want to show each work item id in the center and its Predecessor on the top left and successor on the bottom right. With that, I want to arrange my items based on iteration.
Here is how I'm trying to visualize my data.
I don't need links to the Microsoft Custom Visuals Page. I know that it exists. I'm expecting somebody to point out to a visual in the market place that could help me with my scenario.
Not sure if there any exact option for data presentation as per your design/requirement or not. But to serve the purpose, you can try with "Multi-row card" and the presentation will be something like below-
You can apply some Styling in the visual, but it will not like your sample requirement I guess :(
Here 2 column is basically 2 different "Multi-row card" visual.
In first visual, applied filter with Iteration = 1
In second visual, applied filter with Iteration = 2
For better presentation purpose, I replaced NULL value with a "-" in column "Predecessos ID" & "Source ID Title"