Power BI custom view (like with tableu) - powerbi

In tableu it is possible to create views for tabs and can select which view as below. Is this possible in Power BI or is the only option to create a separate tab in the power BI dashboard for each view.

This ability (as shownon YouTube) is not possible in Power BI. If I move around tiles, for example, then that's it. The dashboard has changed. There is no, "I'd like to save what I'm looking at as a link or tab on this dashboard." If you want another view of the same dashboard, then click the 3 dots & hit save a copy & do whatever customization you need there instead.

Related

Power BI Dashboard - Filters (checkbox and drop-down list)

I have created Power BI reports using various visualizations and filter options. But from what I know, I've only been able to pin the visuals to the Dashboards and not the filter options. Is that correct? Or can we actually add filters, especially the checkboxes and the drop-down lists, on the final dashboards as well?
You can use 'Slicer' option in the visualization pane to get some similar options that you have in filter pane.
Per Microsoft website:
No. Can't filter or slice a dashboard. Can filter a dashboard tile in
focus mode, but can't save the filter.
https://learn.microsoft.com/en-us/power-bi/create-reports/service-dashboards
Power BI "Dashboards" are not meant to have the same features as "Reports". The Dashboards are supposed to be high-level snapshots with low-level of interactivity. If you want more details, you click on one of the visual to go to the "Report"

How to customise Power BI ribbon for Modelling

I would like to change the default summarization function in the Modelling tab of Power BI Desktop to view actual value instead of summation of data, as described in this question.
I followed this video on customising ribbon in Power BI:
which suggested checking updated ribbon option in File/Options and settings/ Options/ Preview features, but there was not this option on my Power BI desktop:
Question edit:
I would like to edit a Power BI app which had already been published, so I will have to edit in Workspace, where I notice the default summarization is retained. How can I remove the default summarization setting the for Power BI app in Workspace?
(*Only for the first part of the question)
There seems to be a way to work around this with YouTube - 35 Don't summarize option Power BI.
Go to Data tab, click on the table on the right and edit Summarization option in the ribbon to Don't summarize.

How to Blurr required Visuals in Power BI Repots for the first page load

I am looking for an approach to blurr the visuals in power bi report.
Please can someone suggest how can we implement below functionalities
in Power BI Reports.
When the report load for the first time, some of the visuals should be in Blurr state until user click on the page.
If not required, need to blurr the visuals again.
Perhaps you can make a large shape and put it to the background. Add an action to the shape with bookmarks.
Create shapes over your visuals with a little of transparancy and in the bookmark make them dissapear.
When a user then clicks on the page the bookmark is triggered to unhide the shapes over the visuals.
Quite some work, but it will do what you want.

How to "Revert to default" on all Power BI Visualizations in one operation?

I have inherited a set of reports in Power BI and need to update and add to the existing pages. I want to apply a custom theme to all the visualizations for a consistent look. Some of the visualizations have been individually formatted using the Power BI Desktop and therefore the imported theme does not control the individual visualizations.
Is there a way to apply "Revert to default" as a single operation on ALL visualizations and their properties without having to drill through one by one?

Customize Power BI Embedded Reports

We want to customize our Power BI Embedded Reports to create our own style/visuals.
Here is an example from how it currently looks from inside Power BI:
Here we can only change data color for the graph line. We however, want to add a gradient to this specific line, like this:
We have found that the options to customize styles other than from the Power BI dashboard is limited. Is there any way we could modify the json or any other way achieve customization?
You can try using custom visuals:
https://powerbi.microsoft.com/en-us/developers/custom-visualization/