Top 5 Growing Pains of Small Businesses and How Business Central Solves Them

Growing a small business is an exciting journey, but with growth comes challenges, or what many call “growing pains.” These growing pains can hold businesses back if they’re not addressed properly. Fortunately, tools like Microsoft Dynamics 365 Business Central (BC) can help ease these struggles and set businesses up for long-term success. In this blog… Continue reading Top 5 Growing Pains of Small Businesses and How Business Central Solves Them

How Power BI Mobile Keeps You Connected to Your Business Data from Anywhere

In today’s fast-paced business world, staying informed is more important than ever. Whether you’re managing a team, overseeing multiple projects, or making critical decisions, having quick and easy access to your business data can make all the difference. That’s where Power BI Mobile comes in. It’s a powerful tool that keeps you connected to your business… Continue reading How Power BI Mobile Keeps You Connected to Your Business Data from Anywhere

Streamlining Team Collaboration with Power BI: Shared Dashboards and Reports

In today’s fast-paced business environment, effective collaboration among team members is essential for making informed decisions. One powerful tool that can enhance collaboration is Power BI by Microsoft. In this guide, we’ll explore how Power BI can streamline team collaboration through shared dashboards and reports, even for those who may not be tech-savvy. Why Use… Continue reading Streamlining Team Collaboration with Power BI: Shared Dashboards and Reports

Real-Time Data Monitoring with Power BI: How to Make Data-Driven Decisions Faster

In today’s fast-paced business environment, timely decisions are crucial. Whether it’s responding to market shifts, managing operations, or improving customer satisfaction, staying on top of your data can give you a significant edge. But how can you make sure you’re seeing the most up-to-date information, and how can you turn that into action? That’s where… Continue reading Real-Time Data Monitoring with Power BI: How to Make Data-Driven Decisions Faster

How to render lookup as dropdown in Powerpage

In today’s digital landscape, creating user-friendly interfaces is essential, especially when building applications using Microsoft Power Portal. One common requirement is to render lookup fields as dropdown menus, enabling users to select from a predefined set of values. This functionality enhances the user experience by making data entry more intuitive and efficient. In this blog,… Continue reading How to render lookup as dropdown in Powerpage

Discover the Magic of Q&A Visual in Power BI!

Imagine being able to ask your data questions as easily as you’d ask a colleague, and in seconds, getting the answers neatly organized in the form of charts, graphs, or tables. so That’s the beauty of Power BI’s Q&A Visual! It’s like chatting with your data, no technical know-how required. Curious how it works? Let’s… Continue reading Discover the Magic of Q&A Visual in Power BI!

Use Power Automate to get Name and Email Address in Outlook Online

This  Power Automate Flow fetches Name and Email-address of the Person/(s) mentioned in the ‘From’, ‘To’, ‘CC’, ‘BCC’ mappings of the Outlook Online for a user-defined time-period i.e., Start Date and End Date and outputs the data in a Notepad .txt file in Outlook Online to a specific user-defined person email. What are the input… Continue reading Use Power Automate to get Name and Email Address in Outlook Online

Invoker’s Connection in Power Automate

We’ve been using Power Automate extensively to automate operations in Dynamics 365 using the Dataverse connectors. Also, working with connectors in Microsoft Dataverse, using a connection reference is generally a good practice. However, there’s an exception: if you want to perform a Dataverse operation in the context of the person who triggers the flow (the… Continue reading Invoker’s Connection in Power Automate

Introduction to Data Science in Microsoft Fabric

As an end-to-end SaaS Microsoft Fabric multiple workloads or components including Data Science. In this blog we will explore how Microsoft Fabric can be used to empower users with end-to-end data science workflows to enrich data and extracts business insights. What is Data Science? Data Science has become a popular term and buzzword in many… Continue reading Introduction to Data Science in Microsoft Fabric

Managing Posting Restrictions on Sales/Purchase Document According to various users in MS Dynamics 365 Business Central

Microsoft Dynamics 365 Business Central is a powerful Enterprise Resource Planning (ERP) solution that offers a wide range of features. One such feature is the capability to manage posting restrictions on sales and purchase documents according to various users is pivotal for ensuring data integrity and financial control within organizations. Requirement: How can we effectively… Continue reading Managing Posting Restrictions on Sales/Purchase Document According to various users in MS Dynamics 365 Business Central

Comparing Business Central and QuickBooks: A Comprehensive Overview

Choosing the right accounting software is crucial for managing finances and operations efficiently. Two popular options are Microsoft Business Central and Intuit QuickBooks. While both offer robust features, they cater to different business needs. Here’s a comparison highlighting their key differences and why Business Central might be a better fit for growing enterprises. Target Audience… Continue reading Comparing Business Central and QuickBooks: A Comprehensive Overview

How to create a QR Code that is the Base64 encoded TLV (Tag, Length, Value) in Dynamics 365 Business Central

Microsoft Dynamics 365 Business Central is a powerful Enterprise Resource Planning (ERP) solution that offers a wide range of customization options to meet the unique needs of your business. One such customization is to create a QR Code that is the Base64 encoded TLV (Tag, Length, Value) in Dynamics 365 Business Central. Prerequisites Access to… Continue reading How to create a QR Code that is the Base64 encoded TLV (Tag, Length, Value) in Dynamics 365 Business Central

Power BI vs. Tableau: A Comprehensive Comparison

Choosing the right data visualization tool is essential for any business aiming to make data-driven decisions. Power BI and Tableau are two of the most popular options available, each with its own set of strengths. This article provides a concise comparison to help you determine which tool might best suit your needs, highlighting areas where… Continue reading Power BI vs. Tableau: A Comprehensive Comparison

Cancel Multiple Posted Sales Invoices using Job Queue in MS Dynamics 365 Business Central using AL Code

Microsoft Dynamics 365 Business Central is a powerful Enterprise Resource Planning (ERP) solution that offers a wide range of customization options to meet the unique needs of your business. One such customization is to Cancel Multiple Posted Sales Invoices in a batch using Job Queue in Business Central. A job queue in Microsoft Dynamics 365… Continue reading Cancel Multiple Posted Sales Invoices using Job Queue in MS Dynamics 365 Business Central using AL Code

Copying Excel files from source to destination in Excel format using ADF Pipeline

As Azure Data Factory (ADF) does not offer Excel as a sink option, an alternative method is required to copy Excel files using ADF pipelines. Implementation Step 1: Utilize the “Get Metadata” activity to retrieve the list of files stored in the blob storage. Select the “Child Items” option from the field list to include… Continue reading Copying Excel files from source to destination in Excel format using ADF Pipeline

Creating a Custom Job Queue to create Sales order from Purchase order in MS Dynamics 365 Business Central using AL Code

Microsoft Dynamics 365 Business Central is a powerful Enterprise Resource Planning (ERP) solution that offers a wide range of customization options to meet the unique needs of your business. One such customization is to create a custom job queue to create Sales order from Purchase order in Business Central. A job queue in Microsoft Dynamics… Continue reading Creating a Custom Job Queue to create Sales order from Purchase order in MS Dynamics 365 Business Central using AL Code

Dynamically copying all types of files, including Excels, JSON, CSV, and TXT, using a single copy data activity in ADF

The objective is to copy various types of files, including JSON, CSV, Text, and Excel files, using a single Copy data activity in Azure Data Factory (ADF) pipeline. Implementation: Step 1: Utilize the “Get Metadata” activity to retrieve the list of files stored in the blob storage. Select the “Child Items” option from the field… Continue reading Dynamically copying all types of files, including Excels, JSON, CSV, and TXT, using a single copy data activity in ADF

How to call (invoke) Power Automate Flows on an action via HTTP Request in Business Central Using AL Code

Microsoft Dynamics 365 Business Central is a powerful Enterprise Resource Planning (ERP) solution that offers a wide range of customization options to meet the unique needs of your business. One such customization is to call (invoke) Power Automate Flows on an action via HTTP Request in Business Central Using AL Code. Integrating Power Automate Flows… Continue reading How to call (invoke) Power Automate Flows on an action via HTTP Request in Business Central Using AL Code

Public Transport and Information Technology

Public transport forms the blood vessels of a city with its citizens forming the precious life blood. They transport their precious cargo just like blood vessels in a body keeping the city alive and thriving. Any kind of disruption brings the city to a painful and grinding halt. While proper processes and experience can and… Continue reading Public Transport and Information Technology

Archiving Projects (Jobs) in Microsoft Dynamics 365 Business Central

Microsoft Dynamics 365 Business Central is a powerful Enterprise Resource Planning (ERP) solution that offers a wide range of features. One such feature is the capability to archive projects (jobs) which can help keep your workspace organized and efficient. With archiving capabilities, users can manage their project data effectively, benefiting from audit trails and version… Continue reading Archiving Projects (Jobs) in Microsoft Dynamics 365 Business Central