Posts

Showing posts from May, 2017

Using Full Page Apps in Dynamics 365 Finance

Image
Have you ever wanted to put a website or a model-driven Power App in one of your existing Dynamics 365 Finance workspaces or forms?  You might already know you can create a new workspace with a website, but did you know you can add the website to an existing workspace? Here is an example of the Vendor invoice entry workspace with the Invoice Capture Power App embedded. Prior to using this feature, you need to turn on "Saved views support for workspaces" in feature management. Once this feature is enabled you can follow the following steps to add the Invoice Capture app or any model-driven Power App or website to an existing workspace. Open the vendor invoice entry workspace From Options - choose Personalize this page From personalize menu - select the 3 dots - and then Add an app Once that is selected (the screen goes gray) - click on the section header where you want to add the app (in my example I put it in Links) On the Add an app menu - choose Website Give it a name (my e

Column from Examples - Power BI

Image
In the April 2017 release of Power BI, Microsoft introduced a great new function.  Have you every been working with your data, and you know exactly what you want a calculated column to look like, but your are not exactly sure of the syntax for the formula?  Maybe you want to concatenate a couple columns, or you want to trim a column or even add some text to a column, well Column by Examples makes this very easy to do. You can access this function in the Query Editor on the Add Column tab. In my sample data there are three columns (birthCountry, birthState and birthCity).  I would like to simply have a new column for Birth Place.  In order to do this, I could add a custom column and write the M formula to define this column.  However I am not sure what the exact syntax should be, so I can simply choose Column From Examples - From All Columns. This creates a new column in the preview mode.  I can then simply type the result I am looking for in the first row.  "Denver, C