People and Culture Blog

Customizing Logs with Serilog in ASP.NET Core

  Introduction:   Logging is essential in any application to ensure reliability and maintainability, especially in complex systems. In an ASP.NET Core Web API, logging helps developers trace requests, identify issues,…

Read More

Power BI Copilot

Power BI Copilot Introduction: Power BI Copilot is an AI-driven assistant integrated into both the Power BI Service and Power BI Desktop. It provides end users and developers with enhanced…

Read More

How to Dynamically Disable Slicers in Power BI Based on Selections

Introduction: In today’s blog post, we’ll explore how to enhance your Power BI reports by dynamically disable slicers in Power BI based on other slicer selections. This functionality can significantly improve user…

Read More

AI VISUALS IN POWER BI

Introduction: – POWER BI, a leading tool in business intelligence, has embraced AI to offer advanced visual capabilities. This integration brings data to life, making complex information easily understandable and highly accessible. Whether you are a business analyst, data scientist, or just keen on the power of data, exploring AI visuals in POWER BI can transform the way you interpret and leverage information. In this blog, we’ll delve into how AI-powered visuals elevate data analysis and decision-making processes. Let’s embark on this exciting journey to uncover the synergy between AI and data visualization in POWER BI. The following technologies have been used to achieve the same: – POWER BI Why we need to do: – Enhanced Data Visualization In the era of big data, having access to effective data visualization tools is essential. AI visuals in POWER BI transform complex datasets into clear, understandable visuals that amplify comprehension and engagement. This dynamic capability ensures that every dataset is not only visually appealing but also maximized for insight extraction, making it easier for users of all skill levels to interpret data briefly Improved Decision-Making The incorporation of AI visuals in POWER BI significantly enhances decision-making processes within an organization. By automating data analysis, it reduces the likelihood of human error and provides a more accurate basis for decisions. These AI driven visuals offer predictive insights,…

Read More

SQL Server Maintenance Plan

Introduction: A SQL Server Maintenance Plan is an essential strategy for managing and optimizing the performance of your SQL Server databases. These plans are designed to automate routine database management…

Read More

SQL DB Linked Servers

Introduction:  SQL Server Linked Servers is a feature in Microsoft SQL Server that allows you to connect and execute commands against OLE DB data sources on different servers. This functionality…

Read More

SQL Server Show Plan Permission

Introduction: In this blog, we will explore what Show Plan permission is and how it can help DBAs and developers gain insights into the Estimated and Actual Execution Plans. Show…

Read More

SQL Server Query Store

Introduction The Query Store is a feature in SQL Server that provides insight into query performance by tracking and storing detailed information about query execution over time. The Query Store…

Read More

Oracle EBS – Query to get Purchase Order Details approved based on Hierarchy

Oracle EBS – Query to get Purchase Order Details approved based on Hierarchy Select * from ( SELECT TO_CHAR (SYSDATE, ‘DD-MON-YYYY HH:MI:SS’) rp_run_date, po.* FROM (SELECT ou, supplier_number, supplier_name, po_number,…

Read More

Oracle EBS – Query to get Open Purchase Order Details

Oracle EBS – Query to get Open Purchase Order Details SELECT org_code, org, operating_unit, buyer, supplier, po_number, line_num line_number, item_code item, item_description description, quantity, unit_price price, need_by_date, shipment_line_num, shipment_qty, shipment_needby_date,…

Read More