id stringlengths 14 15 | text stringlengths 107 1.83k | source stringlengths 69 151 |
|---|---|---|
e228954d29c4-8 | Notice that each table has a project column. Each is named slightly different, but the values look like they’re the same. That difference is important, and we’ll get back to it in soon.Now that we have our two tables imported into a model, let’s create a report. The first thing we want to get is the number of hours sub... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-9 | in the CompanyProject table, we see there’s only one of each of the color values for the project name. Each color value in this table is unique, and that’s important, because we can create a relationship between these two tables. In this case, a many-to-one relationship. In a many-to-one relationship, at least one colu... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-10 | would have automatically created the relationship for you when you loaded the data if both columns had the same name.Now, let’s look at the table in our report canvas again. That looks a whole lot better, doesn’t it?When we sum up hours by Priority, Power BI Desktop looks for every instance of the unique color values i... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-11 | selected, Power BI checks for relationships defined in your data source, such as foreign key/primary key relationships in your data warehouse. If such relationships exist, they're mirrored into the Power BI data model when you initially load data. This option enables you to quickly begin working with your model, rather... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-12 | set of projects for which a budget has been approved.CompanyProjectPriority ProjName Priority Blue A Red B Green C Yellow C Purple B Orange C ProjectBudget Approved Projects BudgetAllocation AllocationDate Blue 40,000 12/1/2012 Red 100,000 12/1/2012 Green 50,000 12/1/2012 If we create a relationship between the Approve... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-13 | now has additional rows for the Blue and Red projects:ProjectBudget Approved Projects BudgetAllocation AllocationDate Blue 40,000 12/1/2012 Red 100,000 12/1/2012 Green 50,000 12/1/2012 Blue 80,000 6/1/2013 Red 90,000 6/1/2013 These additional rows mean the best combination of the two tables now looks like this: ProjNam... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-14 | need to set this option differently from the default. One example is if you’re importing a model from an older version of Power Pivot, where every relationship is set to a single direction.The Both setting enables Power BI Desktop to treat all aspects of connected tables as if they're a single table. There are some sit... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-15 | it won’t work. You’ll get a column of values that are all the same. In the following example, both relationship's cross filtering direction is set to a single direction: towards the ProjectHours table. In the Values well, the Project field is set to Count: Filter specification will flow from CompanyProject to ProjectHo... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-16 | the tables in the middle are lookup tables that both tables use, such as division or region.As with active/inactive relationships, Power BI Desktop won’t allow a relationship to be set to Both if it will create ambiguity in reports. There are several different ways you can handle this situation. Here are the two most c... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-17 | set the relationship you want to be active.Let’s look at an example. The first table is ProjectTickets, and the second table is EmployeeRole.ProjectTickets Ticket OpenedBy SubmittedBy Hours Project DateSubmit 1001 Perham, Tom Brewer, Alan 22 Blue 1/1/2013 1002 Roman, Daniel Brewer, Alan 26 Red 2/1/2013 1003 Roth, Danie... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-18 | Alan Project Manager Hamilton, David Project Lead Han, Mu Project Lead Ito, Shu Project Lead Perham, Tom Project Sponsor Roman, Daniel Project Sponsor Roth, Daniel Project Sponsor There are actually two relationships here: Between Employee in the EmployeeRole table and SubmittedBy in the ProjectTickets table. Between O... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-19 | be determinedPower BI attempts to show relevant data in visuals by inferring the relationships from the model being used. Sometimes such inferences aren't obvious, and you might be surprised to see an error in your visual, indicating there's no relationship between certain columns.To explain how Power BI determines whe... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-20 | Product[Color] with Vendor[Name] where CountRows(Purchases)>0The where CountRows(Purchases)>0 is an implicit constraint that Power BI would add to ensure relevant data is returned. By doing this correlation through the Purchases table, we can return pairings of Product-Vendor that have at least one entry in a fact tabl... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-21 | no measure constraint provided. In this scenario, we focus our attention to the center of the model, where we have the Sales - Product - Purchases tables, where we have one dimension table (Product) and two Fact Tables (Sales, Purchases). Since this example isn't a star schema, we can't answer the same kind of question... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-22 | Instead of this, Power BI raises an error in the visual, such as the following. Scenario 4: Non-star schema and measure constraint provided. If we take the example from Scenario 3, and add a user provided constraint in the form of a summarized column (Count of Product[ProdID] for example) or a model measure (Sales[Tota... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
e228954d29c4-23 | on the relationships of the table to which that column belongs. As such, the constraint applies to some pairings of columns, but not to all. In that case Power BI attempts to find default constraints it can apply for the columns that aren't related by the user provided constraint (such as in Scenario 1). If Power BI ca... | https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships |
33495aae603d-0 | Article 03/09/2023 9 contributors Feedback In this article APPLIES TO: Power BI Desktop Power BI serviceYou can design and create compelling reports while also designing for accessibility. Whenever building a report, no matter who your audience is, you should create your reports to be usable by as many people as possi... | https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-creating-reports |
33495aae603d-1 | are the following: Keyboard navigation Screen-reader compatibility High contrast colors view Focus mode Show data table There are also features that help with the report consumption experience. Articles describing those features can be found in the Next steps section at the end of this article.Let's take a look at each... | https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-creating-reports |
33495aae603d-2 | If you're using a high contrast mode in Windows, Power BI Desktop automatically detects which high contrast theme is being used in Windows and applies those settings to your reports. Those high contrast colors follow the report when published to the Power BI service or elsewhere.The Power BI service also attempts to de... | https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-creating-reports |
33495aae603d-3 | screen reader users. Report authors should add alt text to every object that conveys meaningful information on a report. Providing alt text ensures that consumers of your report understand what you're trying to communicate with a visual, even if they can't see the visual, image, shape, or textbox. You can provide alt t... | https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-creating-reports |
33495aae603d-4 | alt text for each item, the default alt text in PowerPoint is "No alt text provided." Conditional formatting for alt textOne feature that makes Power BI so compelling is that its data is dynamic. You can use DAX measures and conditional formatting to create dynamic alt text. Screen readers are then able to call out val... | https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-creating-reports |
33495aae603d-5 | not know what your terms or acronyms mean. The following image shows a visual with an acronym in the title (on the left), and a clearer title for the visual on the right.Within a visual, make sure that any titles, axis labels, legend values, and data labels are easy to read and understand. Compare the following images,... | https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-creating-reports |
33495aae603d-6 | then scroll down to find the Show Markers toggle and turn it to On, as shown in the following image.You can also use Customize Series to select the name of each line (or area, if using an Area chart) from the drop-down box in that Shapes section. Below the drop-down, you can then adjust many aspects of the marker used ... | https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-creating-reports |
33495aae603d-7 | color. Tools like Coblis and Vischeck simulate what report viewers with different visual abilities see. Using fewer colors or a monochrome palette in your report can help mitigate creating reports that are inaccessible.Certain color combinations can be difficult for users to distinguish. These combinations include the ... | https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-creating-reports |
33495aae603d-8 | your report simple and consistentKeep your report as simple as possible. People often try to put too much into a single visual. Often breaking it into multiple visuals makes it simpler and easier to understand. Consider using multiple visuals if they show different facets of the data and use filters or visual interacti... | https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-creating-reports |
33495aae603d-9 | and functionality, Power BI provides the following checklist you can use when creating reports. This checklist helps ensure your reports are accessible and available to the largest audience before you publish it.All visuals Ensure color contrast between title, axis label, and data label text and the background are at l... | https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-creating-reports |
33495aae603d-10 | data in the sort order you have set on the visual. Tooltips Don't use tooltips to convey important information. Users with motor issues and users who don't use a mouse will have difficulties accessing them. Do add tooltips to charts as ancillary information. It's included in the accessible Show Data table for each visu... | https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-creating-reports |
33495aae603d-11 | start/stop the changing values. Across visuals on the page Set tab order and turn off tab order (mark the item as hidden) on any decorative items. There are a few known issues and limitations with the accessibility features. Descriptions of those issues and limitations are in the following list: When using screen read... | https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-accessibility-creating-reports |
4fa3ab17e2a4-0 | Article 04/12/2023 9 contributors Feedback In this article APPLIES TO: Power BI Report Builder Power BI DesktopYou can use a dataset that you create in Power BI Desktop as a data source for Power BI Report Builder paginated reports. Picture this scenario: You've created a Power BI report in Power BI Desktop. You spent... | https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-builder-shared-datasets |
4fa3ab17e2a4-1 | BI Pro license or Premium Per User (PPU) license to publish your paginated report. You don't need a Power BI Pro or PPU license to create a paginated report in Power BI Report Builder. You can publish to My Workspace. For any other workspace, you need at least a Contributor role. If you want to follow along with this a... | https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-builder-shared-datasets |
4fa3ab17e2a4-2 | When you want the data in your Power BI report and in your paginated report to be the same, it's not enough to connect to the dataset. You also need the Data Analysis Expressions (DAX) query that's built on that dataset.Video: Get the DAX queryIn the following video, Chris Finlan demonstrates how to get the DAX you nee... | https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-builder-shared-datasets |
4fa3ab17e2a4-3 | formula you need for the dataset in Power BI Report Builder. Go back to Power BI Report Builder. Right-click the dataset under Data Sources and select Add Dataset. In Dataset Properties, give it a name, and select Query Designer. Make sure DAX is selected, and deselect the Design Mode icon. In the upper box, paste th... | https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-builder-shared-datasets |
4fa3ab17e2a4-4 | add a title. Select Run to preview your report. Select Print Layout to see how your report will look printed. This report layout needs some work. It has 54 pages because the columns and margins make the table two pages wide. You have several formatting options to make your table fit on one page. You can narrow the pag... | https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-builder-shared-datasets |
4fa3ab17e2a4-5 | you add up the page margins you set, plus the width of the body of the report, it has to be less than the width of the report format.For example, say your report has an 8.5" X 11" format and you've set the side margins to 0.75 each. The two margins together make 1.5", so the body has to be less than 7" wide. Select the... | https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-builder-shared-datasets |
5f969099e313-0 | Article 03/28/2023 5 contributors Feedback In this article APPLIES TO: Power BI Desktop Power BI serviceWhether you create a button in Power BI Desktop or the Power BI service, you can customize it in many different ways to suit your requirements. For example, you can turn Button Text on or off, and you can change the... | https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-customize-button |
5f969099e313-1 | how: Select the button, and navigate to the Style > Icon tab of the Format button pane. Select the Custom option for Icon, then select Browse. After you add your image, you can customize the Image fit and Icon placement. With icon placement, you can place the image either Left of text, Right of text, Below text, or Abo... | https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-customize-button |
4e2830dd7529-0 | Article 07/12/2023 14 contributors Feedback In this article APPLIES TO: Power BI Desktop Power BI serviceSharing is the easiest way to give people access to your reports and dashboards in the Power BI service. You can share with people inside or outside your organization.When you share a report or dashboard, the peopl... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-share-dashboards |
4e2830dd7529-1 | licenses, unless the content is in a Premium capacity. If you want to allow recipients to edit a shared report, you have to assign the user a workspace role that allows editing. To learn more about role-level permissions and how to assign roles, read Roles in workspaces. Where you can share You can share reports and da... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-share-dashboards |
4e2830dd7529-2 | shareable link to your clipboard:You can also choose to directly send the link to Specific people or groups (distribution groups or security groups). Just enter their name or email address, optionally type a message, and select Send.After you select Send, Power BI sends the link via email to your recipients.When your r... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-share-dashboards |
4e2830dd7529-3 | Azure Active Directory (Azure AD). You can't share to external users who aren't guests in your organization.SettingsLinks that give access to People in your organization or Specific people will always include at least read access. However, you can also specify if you want the link to include or exclude the following pe... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-share-dashboards |
4e2830dd7529-4 | to People with existing access. Additionally, if you don't have a Power BI Pro license, you can only copy and share links to People with existing access. To manage permissions and manage links that give access to the report, select More options (...) in the upper right of the sharing dialog, and then select Manage per... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-share-dashboards |
4e2830dd7529-5 | access to the dashboard:Enter the name or email address of the user or group, optionally type a message, and select Grant access.Similar to report sharing, you can specify if you want to grant users the following permissions as well: Reshare permissions (included by default) – allows recipients to share the dashboard t... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-share-dashboards |
4e2830dd7529-6 | a user's access to the dashboard, select the ellipsis (...) next to that user's permissions and select Remove access:In the Remove access dialog, decide if you also want to remove access to related content, such as reports and datasets. It's best to also remove access to related content; otherwise, the related content ... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-share-dashboards |
4e2830dd7529-7 | security is implemented on on-premises Analysis Services tabular models.Use a security group, not a distribution group, to share with a group that includes people with external email addresses. People with external emails in a distribution group can't see the content you share, unless they're Azure Active Directory (Az... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-share-dashboards |
4e2830dd7529-8 | dataset. Your colleagues get access to the entire dataset unless row-level security (RLS) limits their access. Report authors may customize user experiences when viewing or interacting with reports. For example, authors may hide columns or limit the actions on visuals. These customized user experiences don't restrict w... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-share-dashboards |
4e2830dd7529-9 | a distribution group to share with its members. You can’t use Microsoft 365 Unified groups for direct sharing and email subscriptions. If you don’t want to specify individuals, you can use email-enabled distribution groups or security groups to share with multiple users. Coworkers who share your email domain, and cowor... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-share-dashboards |
dce4f08e6256-0 | Article 04/12/2023 14 contributors Feedback In this article This article explains how to create workspaces, spaces to collaborate with colleagues. In them, you create collections of dashboards, reports, and paginated reports. If you want, you can also bundle that collection into an app and distribute it to a broader a... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-create-the-new-workspaces |
dce4f08e6256-1 | preview). Read about this functionality in the article Configuring dataflow storage to use Azure Data Lake Gen 2. Select Save. Power BI creates the workspace and opens it. You see it in the list of workspaces you’re a member of. To see these workspace settings, expand Advanced in the Settings pane.Create a contact lis... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-create-the-new-workspaces |
dce4f08e6256-2 | your environment, or the ability to create them from your OneDrive site may be disabled. If this is the case, speak with your IT department. Power BI doesn't synchronize permissions between users or groups with workspace access, and users or groups with Microsoft 365 Group membership. A best practice is to give access ... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-create-the-new-workspaces |
dce4f08e6256-3 | after you've configured it. Select the dataset. Allow contributors to update the appYou can create and publish apps from a workspace. Each workspace can hold the content for an associated app, a collection of dashboards, reports, and datasets which you can distribute to others in your organization. Read more about publ... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-create-the-new-workspaces |
dce4f08e6256-4 | to the app or change who has permission to the app. Enable or disable automatic installation of app for app users. Enable or disable advance settings under Manage audience access pane. These settings include share and build permissions for the datasets in the audience groups. Allow or prevent app consumers saving a cop... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-create-the-new-workspaces |
56f483e487c5-0 | Article 03/01/2023 8 contributors Feedback In this article This article describes how you can install, pin, and interact with Power BI directly inside Microsoft Teams. The Power BI personal app brings the entire basic Power BI service experience to Microsoft Teams. With the Power BI app in Microsoft Teams, you can col... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-microsoft-teams-app |
56f483e487c5-1 | Outlook and Microsoft Office is also installed. For details, see public preview in Outlook and Office. Ensure the following elements are in place to install the Power BI app in Microsoft Teams: Power BI app is enabled in the Teams Admin center apps list. Your users with a Power BI (Free) license can access personal an... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-microsoft-teams-app |
56f483e487c5-2 | Power BI service. You interact with your dashboards, reports, apps, or workspaces in the same ways.You can even share a report with your coworkers from the Power BI app in Microsoft Teams. The Power BI app in Microsoft Teams also features a hub for training. Select Learn to view the Learning Center. The Power BI app in... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-microsoft-teams-app |
56f483e487c5-3 | you can find recent reports, dashboards, and apps and open them within the Power BI app for Teams. Give the search experience a try. In the Teams search bar, enter @Power BI. Note Be sure to include the space between Power and BI. Select an item from the list, or enter something to search for. Select Open. The first ti... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-microsoft-teams-app |
56f483e487c5-4 | a pinned app, so users in Teams can easily find and use data. After November 1, 2021, installation occurs automatically for users who visit the Power BI service and meet the criteria.Power BI end users might see a notification in the Power BI service notification pane that says the Microsoft Teams app was automatically... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-microsoft-teams-app |
864c80685452-0 | Article 01/12/2023 7 contributors Feedback In this article With Azure services and Power BI, you can turn your data processing efforts into analytics and reports that provide real-time insights into your business. Whether your data processing is cloud-based or on-premises, straightforward, or complex, single-sourced o... | https://learn.microsoft.com/en-us/power-bi/connect-data/service-azure-and-power-bi |
864c80685452-1 | subsets within each that you need, and refine it from there.You can create different reports for different audiences too, using the same data connections and even the same query. Just build a new report page, refine your visualizations for each audience, and watch it keep the business in the know.For more information, ... | https://learn.microsoft.com/en-us/power-bi/connect-data/service-azure-and-power-bi |
864c80685452-2 | see Power BI Embedded. Embed stunning, interactive data visualizations in applications, websites, portals, and more, to showcase your business data in context. Using Power BI Embedded in Azure, you can easily embed interactive reports and dashboards, so your users can enjoy consistent, high-fidelity experiences across ... | https://learn.microsoft.com/en-us/power-bi/connect-data/service-azure-and-power-bi |
3cb30c403259-0 | Article 05/25/2023 11 contributors Feedback In this article When you view reports in the Power BI service (https://app.powerbi.com), you might want to further enrich the report data with additional assumptions, perform what-if analysis, or validate the numbers in a specific Power BI visual or an entire Power BI report... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-analyze-in-excel |
3cb30c403259-1 | You can use Excel workbooks containing refreshable Power BI data in both Excel Desktop and Excel for the web. Power BI provides you with options to ensure that you can extract the right granularity of data depending on how you want to analyze that data in Excel, either with Excel PivotTables or Excel tables. In the Po... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-analyze-in-excel |
3cb30c403259-2 | If you don't have a OneDrive SharePoint account, Power BI downloads the Excel workbook to your local computer. When you choose Open in Excel for the web, your Excel workbook opens in a separate browser tab. To enable the Power BI query in Excel, select Yes on the Query and Refresh Data dialog. After you select Yes in t... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-analyze-in-excel |
3cb30c403259-3 | until you select Enable Editing, depending on your Protected View settings in Office. Depending on your Trusted document settings, you might also need to select Enable Content to load the Power BI data to the Excel grid. The data from the Power BI visual is now visible as an Excel table that can be refreshed against Po... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-analyze-in-excel |
3cb30c403259-4 | the XMLA endpoint. For more information, see XMLA endpoint. Users external to the tenant hosting the Power BI dataset can't analyze Power BI data in Excel. Analyze in Excel and Export with live connection aren't supported in Power BI Report Server or Power BI PaaS Embedded, except for Power BI reports in Premium capaci... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-analyze-in-excel |
602337afc11d-0 | Article 02/06/2023 5 contributors Feedback In this article With Power Automate, you can automate exporting and distributing Power BI reports in different formats and scenarios. In this article, you create your own flow from scratch. Use the Export to File for Power BI Reports action to automatically distribute a Power... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-automate-power-bi-report-export |
602337afc11d-1 | Create. In Recurrence, select Edit > Show advanced options. Enter a value in At these hours and At these minutes to set a specific time for your flow to run. Select New Step. In Choose an operation, search for Power BI and select Export To File for Power BI Reports. In Export to File for Power BI Reports, select a Work... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-automate-power-bi-report-export |
602337afc11d-2 | email (V2), complete the To, Subject, and Body fields for your email. Select Show advanced options. In Attachments Name – 1, enter a name for your attachment. Add a file extension to the file name (for example, .PDF) that matches your desired Export Format. In Attachment Content, select File Content to attach your expo... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-automate-power-bi-report-export |
602337afc11d-3 | Identities Dataset - 1 = You can get this value by going to the settings of the dataset, and then copying the dataset ID from the address bar, as shown in this example and in the following image: https://app.powerbi.com/groups/me/settings/datasets/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Identities Roles Item - 1 = RLS nam... | https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-automate-power-bi-report-export |
379657009c7d-0 | Article 03/30/2023 9 contributors Feedback In this article APPLIES TO: Power BI service for business users Power BI service for designers & developers Power BI Desktop Requires Pro or Premium licenseYou live in a data culture where business decisions are based on facts, not opinions. You need data to make these decisi... | https://learn.microsoft.com/en-us/power-bi/consumer/end-user-consumer |
379657009c7d-1 | you alerts when data changes, or email reports to you on a schedule that you set. All your content is available to you anytime, in the cloud or on-premises, from any device. That's just the beginning of what Power BI can do. How you interact with Power BI depends on your job role. As a consumer or business user, you re... | https://learn.microsoft.com/en-us/power-bi/consumer/end-user-consumer |
379657009c7d-2 | shared with you comes from Premium capacity. Note Users with PPU capacity subscriptions can't share content with users who have a Pro or free license. For more information about licenses and subscriptions, see Which license do I have? As you filter, slice, subscribe, and export, your work doesn't impact the underlying... | https://learn.microsoft.com/en-us/power-bi/consumer/end-user-consumer |
9ba5b2ca2b25-0 | Article 02/22/2023 15 contributors Feedback In this article Now that you know the basics of Power BI, let's take a look around the Power BI service. As mentioned in the previous article, colleagues on your team might spend all of their time in Power BI Desktop, combining data and creating reports, dashboards, and apps... | https://learn.microsoft.com/en-us/power-bi/consumer/end-user-experience |
9ba5b2ca2b25-1 | to learn our way around the Power BI service. To begin, open the Power BI service (app.powerbi.com), and sign in if you're prompted. Select Learn and in the Learning center, scroll down to Sample reports. Select the right arrow until you get to Sales and Marketing Sample. Select the sample report. The Sales and Marke... | https://learn.microsoft.com/en-us/power-bi/consumer/end-user-experience |
9ba5b2ca2b25-2 | On this page, you can learn a lot about the workspace's dashboards, reports, and datasets. Workspace owners assign permissions to content in a workspace. Your permissions may allow you to take More actions (...) on the content in a workspace. Since we're using sample content that is saved in your My workspace, you have... | https://learn.microsoft.com/en-us/power-bi/consumer/end-user-experience |
9ba5b2ca2b25-3 | is on the tile. Here, I've selected the dashboard tile with the treemap. The Power BI service opens the YTD Category report page. A report is made up of one or more pages. In most cases, each page is designed to tell a story and that story is told with visualizations, text, shapes, and images. Reports have several sect... | https://learn.microsoft.com/en-us/power-bi/consumer/end-user-experience |
9ba5b2ca2b25-4 | and a canvas with cards that you can select to open content. At first, you might not have many cards on your Home canvas, but that will change as you start to use Power BI with your colleagues.To learn more, see Power BI Home See your full list of favorites, recent, and shared content by selecting Browse on the nav pa... | https://learn.microsoft.com/en-us/power-bi/consumer/end-user-experience |
9ba5b2ca2b25-5 | you can type all or part of the name of a dashboard, report, workbook, app, or owner. Power BI searches all of your content. There are also many ways to sort content. Hover over column headers and look for arrows indicating that the column can be sorted. Not all columns can be sorted. Or, look for the search Filters ne... | https://learn.microsoft.com/en-us/power-bi/consumer/end-user-experience |
cbe3cf5a7935-0 | Article 03/31/2023 8 contributors Feedback In this article APPLIES TO: Power BI service for business users Power BI service for designers & developers Power BI Desktop Requires Pro or Premium licenseA Power BI dashboard is a single page, often called a canvas, that uses visualizations to tell a story. Because it's lim... | https://learn.microsoft.com/en-us/power-bi/consumer/end-user-dashboards |
cbe3cf5a7935-1 | glance. The visualizations on a dashboard can come from one or more underlying datasets or reports. A dashboard can combine on-premises and cloud data, which provides a consolidated view regardless of where the data lives.A dashboard isn't just a pretty picture, it's an interactive canvas. The tiles update as the under... | https://learn.microsoft.com/en-us/power-bi/consumer/end-user-dashboards |
cbe3cf5a7935-2 | that you have permissions to see View a dashboard. Learn about dashboard tiles and what happens when you select one. Track and receive email alerts for individual dashboard tiles by Creating alerts on tiles. Learn how to use Power BI Q&A to ask a question about your data and get the answer in the form of a visualizat... | https://learn.microsoft.com/en-us/power-bi/consumer/end-user-dashboards |
0d3252784053-0 | Article 01/16/2023 10 contributors Feedback In this article Power BI offers a set of mobile apps for iOS, Android, and Windows mobile devices. In the mobile apps, you connect to and interact with your cloud and on-premises data. You create reports in Power BI Desktop. You create dashboards, and view dashboards and rep... | https://learn.microsoft.com/en-us/power-bi/consumer/mobile/mobile-apps-for-mobile-devices |
0d3252784053-1 | data alerts in the Power BI mobile app to notify you when data in a dashboard changes beyond limits you set. Get started with the Power BI mobile app for iOS. The Power BI mobile app for the Android phone brings Power BI to your pocket, with up-to-date, touch-enabled mobile access to your business information. You can ... | https://learn.microsoft.com/en-us/power-bi/consumer/mobile/mobile-apps-for-mobile-devices |
0d3252784053-2 | the Power BI mobile app for Windows. Get started with the Power BI mobile app for Windows devices. Note Power BI mobile app support for phones using Windows 10 Mobile was discontinued on March 16, 2021. Learn more Organizations can use Microsoft Intune to manage devices and applications, including Power BI mobile app... | https://learn.microsoft.com/en-us/power-bi/consumer/mobile/mobile-apps-for-mobile-devices |
f6a1109cb737-0 | Article 04/27/2022 6 contributors Feedback In this article In this quickstart, you take a quick tour of the Power BI Mobile app and explore a sample dashboard and report. The Power BI app for iOS is shown, but you can easily follow along on other devices.Applies to: iPhone iPad Android Windows Note Power BI mobile ap... | https://learn.microsoft.com/en-us/power-bi/consumer/mobile/mobile-apps-quickstart-view-dashboard-report |
f6a1109cb737-1 | your device, open the Power BI app and sign in with your Power BI account credentials, the same ones you used in the Power BI service in the browser. Now, tap the Workspaces icon , choose My Workspaces, and then tap the Retail Analysis Sample to open it. Power BI dashboards look a little different on your mobile device... | https://learn.microsoft.com/en-us/power-bi/consumer/mobile/mobile-apps-quickstart-view-dashboard-report |
f6a1109cb737-2 | You can share this snapshot with anyone, in or out of your organization. If they're in your organization and have their own Power BI account, they'll be able to open the Retail Analysis Sample report, too. After you finish this quickstart, you can delete the Retail Analysis Sample dashboard, report, and dataset, if yo... | https://learn.microsoft.com/en-us/power-bi/consumer/mobile/mobile-apps-quickstart-view-dashboard-report |
7604bda40f37-0 | Get to your data on the go with Power BI Mobile apps Module 8 Units Feedback Beginner Business User Data Analyst Power BI Microsoft Power Platform You can use Power BI Mobile apps to review and interact with content that's available to you in the Power BI service while you're on the go. This module provides the inform... | https://learn.microsoft.com/en-us/training/modules/explore-power-bi-mobile-apps |
24ce03635429-0 | Article 02/27/2023 5 contributors Feedback In this article The goal of this series of articles is to provide a roadmap. The roadmap presents a series of strategic and tactical considerations and action items that directly lead to successful Power BI adoption, and help build a data culture in your organization.Advancin... | https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-adoption-roadmap-overview |
24ce03635429-1 | three primary strategies for how business intelligence (BI) content is owned and managed: business-led self-service BI, managed self-service BI, and enterprise BI. These strategies have a significant influence on adoption, governance, and the Center of Excellence (COE) operating model. Content delivery scope: There are... | https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-adoption-roadmap-overview |
24ce03635429-2 | A community of practice comprises a group of people with a common interest, who interact with and help each other on a voluntary basis. An active community is an indicator of a healthy data culture. It can significantly advance adoption efforts. User support: User support includes both informally organized, and formall... | https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-adoption-roadmap-overview |
24ce03635429-3 | decide what action to take next. Successful Power BI adoption involves making effective processes, support, tools, and data available and integrated into regular ongoing patterns of usage for content creators, consumers, and stakeholders in the organization. Important This series of adoption articles is focused on orga... | https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-adoption-roadmap-overview |
24ce03635429-4 | support Microsoft partners. It is a lightweight set of resources to help partners deploy Power BI solutions for their customers. This Power BI adoption series is more current. It is intended to guide any person or organization that is using—or considering using—Power BI. If you're seeking to improve your existing Power... | https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-adoption-roadmap-overview |
24ce03635429-5 | this series of articles will be helpful for: Organizations that are in the early stages of a Power BI implementation. Organizations that have had success with adoption and now want to evaluate their current maturity level. The primary focus of this series of articles is on the Power BI technology platform, with an emp... | https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-adoption-roadmap-overview |
132c0d5ae19e-0 | Article 07/25/2023 4 contributors Feedback In this article In this video, watch Matthew introduce you to the Power BI implementation planning series of articles.Successfully implementing Power BI throughout the organization requires deliberate thought and planning. The Power BI implementation planning series provides ... | https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-implementation-planning-introduction |
132c0d5ae19e-1 | correlates with the adoption roadmap goals will be added to this series. Replace the Planning a Power BI enterprise deployment white paper, which was designed to describe various technical factors when deploying Power BI. Relevant white paper content will be merged into this series in a new format that's more discovera... | https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-implementation-planning-introduction |
132c0d5ae19e-2 | Carefully review the key decisions and actions that are included for each topic (at the end of each section). We recommend that you use them as a starting point for creating and customizing your plan. When necessary, refer to Power BI documentation for details on specific topics. The intended audience of this series o... | https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-implementation-planning-introduction |
132c0d5ae19e-3 | Customer Advisory Team, provides strategic guidance and feedback to the subject matter experts. In the next article in this series, learn about usage scenarios that describe how you can use Power BI in diverse ways.Other helpful resources include: Power BI adoption roadmap Power BI migration overview Experienced Power ... | https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-implementation-planning-introduction |
5ee88f2b96e7-0 | Article 02/27/2023 10 contributors Feedback In this article This article provides guidance that enables developers and administrators to produce and maintain optimized Power BI solutions. You can optimize your solution at different architectural layers. Layers include: The data source(s) The data model Visualizations,... | https://learn.microsoft.com/en-us/power-bi/guidance/power-bi-optimization |
5ee88f2b96e7-1 | be sure to understand performance implications as tiles will cache on a per-user basis.When you pin live report tiles to a dashboard, they're not served from the query cache. Instead, they behave like reports, and make queries to v-cores on the fly.As the name suggests, retrieving the data from the cache provides bette... | https://learn.microsoft.com/en-us/power-bi/guidance/power-bi-optimization |
5ee88f2b96e7-2 | of queries.Power BI reportsThere are several recommendations for optimizing Power BI report designs. Note When reports are based on a DirectQuery dataset, for additional report design optimizations, see DirectQuery model guidance in Power BI Desktop (Optimize report designs). Apply the most restrictive filtersThe more ... | https://learn.microsoft.com/en-us/power-bi/guidance/power-bi-optimization |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.