for info i'm very new to using PowerBi.
My problem :
I have a matrix on my first page with various info on my client like their number, the number of the contract, etc.
I want to click on a row and then click on a button that will send me to a second page. The second page contains all the informations concerning the specific contract associated to the row I've selected.
And i want to have multiple buttons that send me to the pages developping the information i want. So i guess I want it filtered on all pages then just something that redirect me keeping the filter of the row on?
Thanks in advance!
How do i set this button to achieve all that??
Related
I want to add Hyperlink for each row in subgrid. What I am looking is I want to display a invoice number as a link. When user clicks on that it should open a external window. Already tried with Hyperlink field available Dynamics. But its comes with https://.. I don't want to show the URL inside the grid.
Regards
Saman
I'm assuming your using the Out of the Box sub grid on the Web Interface / UCI, in which there isn't an out of the box way to render a clickable external URL.
Is the invoice in CRM, if it is a record in CRM and it can be related to the subgrid record, adding the lookup field to the view will provide a clickable link.
Your other option would be using a custom UI to build your subgrid, like Kendo or building a PCF.
Though I don't see any existing PCFs in the gallery that do this (https://pcf.gallery/categories#grid) you could likely use one as a starting point.
I made a table on a SharePoint page using a webpart/snippet and some coding. My goal is to add code to pull a value for a couple of the cells in the table from another SharePoint page using a QueryString. My issue, I'm newer to SharePoint, and not sure how to set up the page that I'm pulling the information from. Ultimately, the page with the table will only be editable by a few owners. The page with the info to populate the cells will have multiple people that have the permission to edit the page to update their information daily. Now, here is where I'm not sure how to proceed. I don't want the users, most of which have no coding experience, to have to deal with entering their daily values into a coded snippet. But I'm not sure how to call the value from randomly entered data on a SharePoint page line. I believe it is SharePoint 2013. I can insert a table using the SharePoint feature rather than a snippet code, and that would be easily editable for the users. But Then I'm right back with not being sure how to call the information. I believe I can come up with the code once I figure out how I need to set up page with the information, but can edit the question as deemed necessary.
Follow the below thread
There are many way to send data from one page to another page
Query string is better if you are using table, redirect the link using custom code else follow the below link it might be help you to clarify or achieve something
https://social.technet.microsoft.com/Forums/sharepoint/en-US/b9d62eb1-57ed-4251-975d-13f9ae35f29f/how-to-pass-query-string-parameter-from-sharepoint-list-view-web-part-?forum=sharepointdevelopmentprevious
have a nice day
Regards
Vinod
I have a Power BI embedded report, embedded in my web app.
While the report is working as expected I find that I need to click on a widget within the report before being able to click on the items within the widget.
So for example I have a slicer containing a list of names. When I first click on the slicer, it selects the slicer but does not drop down the list of names, the next click allows me to see the list of names.
Is there anything I can do to change this behaviour, such that the first click on the slicer shows the list of names available.
It seems this is caused by me requesting the report in mobile view. Switching to desktop view stop the second click issue.
I had chosen mobile view, as this view allowed the UI to switch between views (landscape/portrait) dynamically without having to reload the report. In desktop view if the user resizes the browser page, the report shrinks shrinks rather than switch between views.
How can I redirect a certain click onto the powerbi visualizations to a certain web page, let say I want to redirect a embedded report click onto a certain webpage how can I do that, does this kind of visualization possible in Powerbi if yes then How??
At the moment, this is not supported in Power BI.
The only types of links available right now are Back and Bookmark.
There's a feature request for that in the Power BI Ideas site, which you can vote for.
I know this is an old thread, but if you are using Power BI Embedded reports, you can use the PowerBI-Javascript to catch events from the tiles or reports and do some action like redirecting the user to a specific link.
var element = document.getElementById('reportContainer');
var report = powerbi.get(element);
report.on('dataSelected', function(event)
{
console.log(event.detail.dataPoints[0].identity[0].equals);
});
Not sure if this was available at the time, but my solution to this was creating a button that overlays the visualization. You can set the button background to transparent, then assign a fill for "hover" so that it's obvious that it's clickable. Then just set the web address as the action for the button.
I have two SharePoint sites and want to mirror their calendars.
Lets say site 1 Calendar is editable, then any change made to its Calendar should reflect on site 2's Calendar.
I will really appreciate if some one knows how to do it or even have an idea coz I am totally lost. Also, I am using SharePoint 2010.
Thanks in advance.
Clarification: these are two different SharePoint sites (not pages).
I've found a solution. But, it is not exactly as you want. Here, you can add an overlay of a calendar in which the main calendar will be treated as master calendar and the other calendars will be treated as children.
If you add an item/task in the children calendar, the item/task will be automatically added to the master calendar. Here is the procedure....
Go to your Calendar that you want to make as a master calendar.
Click on “Calendars Overlay” in the calendar tab.
Click new calendar and yo will have a form to fill up.
Enter the Web url for the Site that contain your child calendar
This overlay is specific to a given view, so you may want to specify the view in your calendar that you want to roll -up.
Note : Please note that the limit of calendars in an overlay is 10