As a solution architect, prospects and clients often ask me for ways to improve their Accounts Payable process. They receive hundreds of invoices every month, and it can take considerable amount of time to enter all of the detail as well as attaching the invoice for reference during the approval process. This is an area where we have often needed to bring in an ISV solution, but that could cause other issues. Microsoft has been doing considerable work around automation for AP and they recently released a public preview of their Invoice Capture solution. I have had the opportunity to set this up in one of my test environments so I could get an idea of what they have to offer. As we would expect, the Invoice Capture solution is built on the Power Platform. It uses a model driven Power App along with Power Automate Flows to integrate with Dynamics 365 Finance. However, since it is a solution, they have done much of the work for you, including creating the standard flows to load the
Big news from Microsoft on paginated reports
- Get link
- Other Apps
To follow up on my earlier posting about using the right tool for the right job, I had to share the latest announcement from Microsoft. On November 14, 2022, Microsoft announced support for paginated reports in Power BI Pro.
Yes, this now means without acquiring a premium license or premium workspace, you will be able to create paginated reports. No longer will you just have a scrolling table or matrix that you have to export to Excel, you will be able to create more traditional operational reports as well as document-like reports.
I am excited to see how everyone puts this new functionality to work. I have a lot of ideas on how I will use this with my clients, especially with some of their common ERP (Dynamics 365) report requests.
- Get link
- Other Apps
Popular posts from this blog
Creating a date table with a fiscal year in your Power BI data model
There are many different articles available on Time Intelligence in Power BI. Many new users to Power BI do not really understand the importance of having a date table in their data model. I have spoken on this topic on many different occasions and continue to receive a lot of questions about the topic. In this article I am going to try and cover a few tips on how to work with dates in your Power BI model. Many new users simply use the Auto Date & Time function of Power BI. This function automatically creates a hidden date table for each field in the model with a date or date/time data type. This function is enabled by default and it allows for slicing by Year, Quarter, Month and Day. The problem with Auto Date and Time is that it only works with a standard calendar (Jan to Dec). It requires a datetime column in the fact table. It does not work with multiple fact tables and it does not support time intelligence calculations (YTD, MTD, etc.). So there must be
Showing the last 12 months based on a date slicer
When working with financial and sales data, clients often ask for charts showing the last 12 months of data. This is actually very simple using relative date filtering. In addition, they might ask to compare to the same month last year. With a simple DAX calculation (SAMEPERIODLASTYEAR) it is possible to add this measure. Here is the formula: Same Month Last Year = CALCULATE(Sum(Sales[SalesAmount]),SAMEPERIODLASTYEAR('Date'[Datekey])) For many users this is all they need. The chart will update each month and they will always be able to see the last 12 months. However, this chart will not work with date slicers. If the client adds a date slicer to the page and selects just one month, the chart will be limited to one month. The reason the chart is limited to one month is because the date dimension relates to the sales fact table and it filters the data for the selected month. However, this is not what
Adding a new entity to Dual-write in Dynamics 365 Finance
As Microsoft continues to grow, expand and improve Dynamics 365 Finance and Supply, one of the most powerful features released has been Dual-write. Dual-write is an out-of-box infrastructure the provides near-real-time interaction between customer engagement apps and Finance and Supply Chain apps. In summary, it is a tightly coupled, bidirectional integration between Finance and Supply Chain applications and Dataverse (formally known as Common Data Service). Dual-write makes integration with Dynamics 365 Sales and other CE application very straight forward. It also opens up the opportunities to use PowerApps, Power Portal and Power Virtual Agent with Dynamics 365 Finance and Supply Chain apps by connecting through the Dataverse. There is already documentation from Microsoft as well as many blogs already available on setting up Dataverse. Here are a few links: Microsoft Documentation Dynagile Consulting Sandeep Chaudhury ERP Coder Blog Instead of covering the same information
Comments
Post a Comment