» Higher Education Retention Analytics using Power BI

Power BI
Smarter Auto-Generated Insights with Complex Filters | Microsoft Power BI Blog | Microsoft Power BI
We hope you are enjoying using Quick Insights on your dashboards, and we are happy to announce that Quick Insights scoped to a single tile just got a whole lot smarter. This is a great feature for…
Designing for Usability in Power Pivot and Power BI - PowerPivotPro
Usability Can your data model (Power Pivot or Power BI) easily be used by 100s of users? Is your model fairly intuitive to understand for the end-user even
Power BI Desktop May Update Feature Summary | Microsoft Power BI Blog | Microsoft Power BI
This month we are adding some hotly requested features to Power BI Desktop including customizable tooltips, conditional formatting in tables, quick calculations and new connectors.
Deep Dive into Query Parameters and Power BI Templates | Microsoft Power BI Blog | Microsoft Power BI
Two of the new features in the Power BI Desktop April Update are Query Parameters and Power BI Template files. In this blog post, we will take a deeper look at the new capabilities and scenarios that these two features enable in Power BI.
Power BI Service May Update: File Size Increase to 1 GB | Microsoft Power BI Blog | Microsoft Power BI
We have heard your feedback and we are pleased to announce that you can now upload files to Power BI up to 1 GB in size. We also have several more improvements to our RLS and Analyze in Excel previews and a brand new feature: Favorite Dashboards.
Announcing Power BI Solution Templates | Microsoft Power BI Blog | Microsoft Power BI
Today we’re happy to announce the public preview of solution templates for Power BI. This project is launching with two templates: a sales management solution template for Dynamics CRM and a sales management solution template for Salesforce.
Power Query Not for BI: Event Date and Time Scheduler – Part 1 | RADACAD
Best Practices Using SUMMARIZE and ADDCOLUMNS | SQLBI
Everyone using DAX is probably used to SQL query language. Because of the similarities between the Tabular data modeling and the relational data modeling, there is the expectation that you can do the
Using Recursion to Solve Hex to Decimal Conversion - Microsoft Power BI Community
Introduction Neither Power Query nor DAX supports Excel functions for performing alternative number base conversions to decimal, such as HEX2DEC. Solving this issue in Power Query or DAX becomes problematic due to the lack of traditional looping capabilities within these languages. However, custom f...
Karabina Power BI Masterclass
Bring your data to life with the Karabina Power BI Masterclass
Microsoft BI Integration for the Four Primary Report Types — SQL Chick - Linkis.com
Features Supported by the Editions of SQL Server 2016
SQL_Server_2016_Editions_datasheet.pdf
Re: Calculate Difference from Previous 'Date' Dyna... - Microsoft Power BI Community
Cool question - using the query editory you can sort the table and add an index so that each row has a distinct number (0,1,2,3, etc). Here's the formula you want to write ... I broke it out into pieces. Total = SUM(Total) Total - Previous Period = VAR thisperiod = MAX(Index) RETURN CALCULATE ([...
Power BI: Merge Query with "M" - TechNet Articles - United States (English) - TechNet Wiki
To the best of my knowledge, queries do not update their dependencies, would make a nice Idea though. You might consider digging into the Advanced Editor and finding a way to combine your queries into a single query. I have a blog article on this "Power BI: Merge Queries with M". You should be able ...
Solved: Re: Filter rows to show latest sale for each clien... - Microsoft Power BI Community
You can use a calculate table or can create aformula similar like this one Calculated table formula: NewTable = ADDCOLUMNS ( SUMMARIZE ( Sales; Sales[ClientID]; Sales[Amount] ); "Last Date"; CALCULATE ( MAX ( Sales[Date] ) ) ) The formula assumes that for the same date the client has...
Solved: Re: group by a column and the group item to be sho... - Microsoft Power BI Community
this works as a Measure and you actually don't need the FILTER funciton (I was filtering out Names) Measure = CONCATENATEX ( VALUES ( Table2[Name] ), Table2[Name], ", " ) In a Table Visualization turn off the Totals as in the picture Otherwise Total row will concatenate ALL names
Power ON BI – The new Self-Service BI Planning, Forecasting tool for PowerPivot and Power BI.
How to Design Visually Stunning Reports | Microsoft Power BI Blog | Microsoft Power BI
Can a Power BI report be a work of art? It is if it was created by Power BI Community member Miguel Myers. Miguel, is a Data Scientist as well as a Graphic Designer, and in a webinar last week he shared some of his tips for creating reports and dashboards that are as beautiful as they are informative. Watch the webinar in its entirety on-demand, or read on for a few highlights!
Power BI Synonyms, Take Q
Power BI Synonyms is a great feature. In this post you learn how to add synonyms to a Power BI Desktop model and how they affect your Q&A query experience.
Get natural language narratives in Power BI Reports | Microsoft Power BI Blog | Microsoft Power BI
Today we are thrilled to share a collaboration with Narrative Science and a new custom visual: Narratives for Power BI, which automatically communicates insights from all connected Power BI data sources -- in natural language.
DAU MAU Ratio in Google Analytics – The Measured Product
Marketing Analytics - Microsoft Power BI Community
The marketing analytics report represent an example of a Power BI report provided as part of a marketing analytics solution. This solution helps you unify your data, enirch it with third-party data, and unlock the insights it contains. That enables you to take smart action. The solution shatters d...
Retail Store Sales Dashboard - Microsoft Power BI Community
This Power BI solution show cases a powerful self-service Sales Dashboard for a famous retail store. The dashboard consists of following 5 reports: 1. Current Month Performance - A view of KPIs for the current month and for tracking the progress towards target achievement. 2. Historical Performa...
Visualize query dependencies in Power BI with Sankey diagram – The BIccountant
#PowerQuery #PowerBI #dataviz
Visualizing SSAS Calculation Dependencies using PowerBI | Gerhard Brueckl's BI Blog
Dynamic ABC Analysis in PowerPivot using DAX
An ABC Analysis is a very common requirement for for business users. It classifies e.g. Items, Products or Customers into groups based on their sales and how much impact they had on the cumulated
Synoptic Designer for Power BI
The M Code Behind Power BI Parameters
For me the most exciting new feature in Power BI in a long while is the appearance of Query Parameters for data loading. We have been promised an official blog post explaining how they work (althou…