0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (20)
  • R250 - R500 (106)
  • R500+ (1,485)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer software packages > Other software packages > Enterprise software > General

Azure Serverless Computing Cookbook - Build and monitor Azure applications hosted on serverless architecture using Azure... Azure Serverless Computing Cookbook - Build and monitor Azure applications hosted on serverless architecture using Azure Functions, 2nd Edition (Paperback, 2nd Revised edition)
Praveen Kumar Sreeram
R1,102 Discovery Miles 11 020 Ships in 18 - 22 working days

Over 50 practical recipes that will help you develop and deliver high-quality and reliable cloud-centric Azure serverless applications for your organization Key Features Leverage practical use cases to build a robust serverless environment Enhance Azure Functions with continuous deployment using Visual Studio Team Services Deploy and manage cost-effective and highly available serverless applications using Azure Functions Book DescriptionMicrosoft provides a solution for easily running small segments of code in the cloud with Azure Functions. The second edition of Azure Serverless Computing Cookbook starts with intermediate-level recipes on serverless computing along with some use cases demonstrating the benefits and key features of Azure Functions. You'll explore the core aspects of Azure Functions, such as the services it provides, how you can develop and write Azure Functions, and how to monitor and troubleshoot them. As you make your way through the chapters, you'll get practical recipes on integrating DevOps with Azure Functions, and providing continuous integration and continuous deployment with Azure DevOps. This book also provides hands-on, step-by-step tutorials based on real-world serverless use cases to guide you through configuring and setting up your serverless environments with ease. You will also learn how to build solutions for complex, real-world, workflow-based scenarios quickly and with minimal code using Durable Functions. In the concluding chapters, you will ensure enterprise-level security within your serverless environment. The most common tips and tricks that you need to be aware of when working with Azure Functions on production environments will also be covered in this book. By the end of this book, you will have all the skills required for working with serverless code architecture, providing continuous delivery to your users. What you will learn Integrate Azure Functions with other Azure services Understand cloud application development using Azure Functions Employ durable functions for developing reliable and durable serverless applications Use SendGrid and Twilio services Explore code reusability and refactoring in Azure Functions Configure serverless applications in a production environment Who this book is forIf you are a cloud administrator, architect, or developer who wants to build scalable systems and deploy serverless applications with Azure Functions, then the Azure Serverless Computing Cookbook is for you. Hands-on experience with Microsoft Azure core services is required.

Production-Ready Microservices on Google Cloud (Paperback): Navveen Balani Production-Ready Microservices on Google Cloud (Paperback)
Navveen Balani
R147 Discovery Miles 1 470 Ships in 18 - 22 working days
ASP.NET Core 3 and React - Hands-On full stack web development using ASP.NET Core, React, and TypeScript 3 (Paperback): Carl... ASP.NET Core 3 and React - Hands-On full stack web development using ASP.NET Core, React, and TypeScript 3 (Paperback)
Carl Rippon
R1,159 Discovery Miles 11 590 Ships in 18 - 22 working days

Build modern, scalable, and cloud-ready single-page applications using ASP.NET Core, React, TypeScript, and Azure Key Features Explore the full potential and latest features of .NET Core 3.0, TypeScript 3, and React Learn how to manage data, application design, and packaging, and secure your web apps Discover best practices for using React and TypeScript to build a scalable frontend that interacts with REST APIs Book DescriptionMicrosoft's ASP.NET Core is a robust and high-performing cross-platform web API framework, and Facebook's React uses declarative JavaScript to drive a rich, interactive user experience on the client-side web. Together, they can be used to build full stack apps with enhanced security and scalability at each layer. This book will start by taking you through React and TypeScript components to build an intuitive single-page application. You'll understand how to design scalable REST APIs that can integrate with a React-based frontend. You'll get to grips with the latest features, popular patterns, and tools available in the React ecosystem, including function-based components, React Router, and Redux. The book shows how you can use TypeScript along with React to make the frontend robust and maintainable. You'll then cover important .NET Core features such as API controllers, attribute routing, and model binding to help you build a sturdy backend. Additionally, you'll explore API security with ASP.NET Core identity and authorization policies, and write reliable unit tests using both .NET Core and React before you deploy your app to the Azure cloud. By the end of the book, you'll have gained all the knowledge you need to enhance your C# and JavaScript skills and build full stack, production-ready applications with ASP.NET Core and React. What you will learn Build RESTful APIs with .NET Core using API controllers Create strongly typed, interactive, and function-based React components using Hooks Build forms efficiently using reusable React components Perform client-side state management with Redux and the React Context API Secure REST APIs with ASP.NET identity and authorization policies Run a range of automated tests on the frontend and backend Implement continuous integration (CI) and continuous delivery (CD) processes into Azure using Azure DevOps Who this book is forIf you're a web developer looking to build solid full-stack web applications with .NET Core and React, this book is for you. Although this book does not assume any knowledge of React, you're expected to have a basic understanding of .NET Core.

Configuring Sales Order Management within Dynamics 365 for Finance & Operations - Module 4: Configuring Pricing (Paperback):... Configuring Sales Order Management within Dynamics 365 for Finance & Operations - Module 4: Configuring Pricing (Paperback)
Murray Fife
R582 Discovery Miles 5 820 Ships in 18 - 22 working days
Business Technology Development Strategy Bundle - Artificial Intelligence, Blockchain Technology and Machine Learning... Business Technology Development Strategy Bundle - Artificial Intelligence, Blockchain Technology and Machine Learning Applications for Business Systems (Paperback)
Bob Mather
R755 Discovery Miles 7 550 Ships in 18 - 22 working days
Mastering AWS CloudFormation - Plan, develop, and deploy your cloud infrastructure effectively using AWS CloudFormation... Mastering AWS CloudFormation - Plan, develop, and deploy your cloud infrastructure effectively using AWS CloudFormation (Paperback)
Karen Tovmasyan
R1,288 Discovery Miles 12 880 Ships in 18 - 22 working days

Build scalable and production-ready infrastructure in Amazon Web Services with CloudFormation Key Features Leverage AWS CloudFormation templates to manage your entire infrastructure Get up and running with writing your infrastructure as code and automating your environment Simplify infrastructure management and increase productivity with AWS CloudFormation Book DescriptionDevOps and the cloud revolution have forced software engineers and operations teams to rethink how to manage infrastructures. With this AWS book, you'll understand how you can use Infrastructure as Code (IaC) to simplify IT operations and manage the modern cloud infrastructure effectively with AWS CloudFormation. This comprehensive guide will help you explore AWS CloudFormation from template structures through to developing complex and reusable infrastructure stacks. You'll then delve into validating templates, deploying stacks, and handling deployment failures. The book will also show you how to leverage AWS CodeBuild and CodePipeline to automate resource delivery and apply continuous integration and continuous delivery (CI/CD) practices to the stack. As you advance, you'll learn how to generate templates on the fly using macros and create resources outside AWS with custom resources. Finally, you'll improve the way you manage the modern cloud in AWS by extending CloudFormation using AWS serverless application model (SAM) and AWS cloud development kit (CDK). By the end of this book, you'll have mastered all the major AWS CloudFormation concepts and be able to simplify infrastructure management. What you will learn Understand modern approaches to IaC Develop universal and reusable CloudFormation templates Discover ways to apply continuous delivery with CloudFormation Implement IaC best practices for the AWS Cloud Provision massive applications across multiple regions and accounts Automate template generation and software provisioning for AWS Extend CloudFormation with custom resources and template macros Who this book is forIf you are a developer who wants to learn how to write templates, a DevOps engineer interested in deployment and orchestration, or a solutions architect looking to understand the benefits of managing infrastructure with ease, this book is for you. Prior understanding of the AWS Cloud is necessary.

Configuring the Localizations for Faerun within Dynamics 365 - Advanced Dungeons and Dynamics 365 Implementation Guide Module 2... Configuring the Localizations for Faerun within Dynamics 365 - Advanced Dungeons and Dynamics 365 Implementation Guide Module 2 (Paperback)
Murray Fife
R954 Discovery Miles 9 540 Ships in 18 - 22 working days
Configuring Accounts Payable within Dynamics 365 for Operations - Module 1: Configuring the Accounts Payable Vendor Payments... Configuring Accounts Payable within Dynamics 365 for Operations - Module 1: Configuring the Accounts Payable Vendor Payments (Paperback)
Murray Fife
R217 Discovery Miles 2 170 Ships in 18 - 22 working days
Configuring Product Information Management within Dynamics 365 for Operations - Module 5: Configuring Product Relationships... Configuring Product Information Management within Dynamics 365 for Operations - Module 5: Configuring Product Relationships (Paperback)
Murray Fife
R197 Discovery Miles 1 970 Ships in 18 - 22 working days
Configuring Procurement and Sourcing within Dynamics 365 for Finance & Operations - Module 2: Configuring the Procurement... Configuring Procurement and Sourcing within Dynamics 365 for Finance & Operations - Module 2: Configuring the Procurement Categories (Paperback)
Murray Fife
R397 Discovery Miles 3 970 Ships in 18 - 22 working days
Configuring Warehouses and Products within Dynamics 365 - Advanced Dungeons and Dynamics 365 Implementation Guide Module 4... Configuring Warehouses and Products within Dynamics 365 - Advanced Dungeons and Dynamics 365 Implementation Guide Module 4 (Paperback)
Murray Fife
R737 Discovery Miles 7 370 Ships in 18 - 22 working days
Microsoft Power Apps Cookbook - Become a pro Power Apps maker by applying practical use cases to solve ever-evolving business... Microsoft Power Apps Cookbook - Become a pro Power Apps maker by applying practical use cases to solve ever-evolving business challenges (Paperback)
Eickhel Mendoza
R1,113 Discovery Miles 11 130 Ships in 18 - 22 working days

Find our new updated edition to get the latest industry knowledge at your disposal Book DescriptionMicrosoft Power Apps Cookbook is a complete resource filled with meticulously crafted recipes to help you build customized business apps that meet ever-changing enterprise demands. You will learn how to design modern apps with the low-code approach in a rapid application development environment by achieving enterprise-wide business agility. Who this book is forThis book is for citizen developers and business users looking to build custom applications as per their organizational needs without depending on professional developers. Traditional app developers will also find this book useful by discovering how to build applications in a rapid application development environment with increased productivity and speed. The book is recommended for Power Apps beginners who have taken a couple of online tutorials but are struggling to implement or create real-world solutions. Basic knowledge of Power Apps is necessary to get the best out of this cookbook.

Advances in Signal Processing and Artificial Intelligence - Proceedings of the 2nd International Conference on Advances in... Advances in Signal Processing and Artificial Intelligence - Proceedings of the 2nd International Conference on Advances in Signal Processing and Artificial Intelligence, 18 - 20 November 2020 Berlin, Germany (Paperback)
Sergey Yurish
R2,511 Discovery Miles 25 110 Ships in 18 - 22 working days
The Carpe Diem Way - 5 Powerful Steps to Working From Anywhere for Business Owners & Entrepreneurs (Paperback): Andy Willis The Carpe Diem Way - 5 Powerful Steps to Working From Anywhere for Business Owners & Entrepreneurs (Paperback)
Andy Willis; Cover design or artwork by Arthur Luke
R434 R407 Discovery Miles 4 070 Save R27 (6%) Ships in 18 - 22 working days
Managing Debt with SAP Treasury - Using TRM for Bonds: Using SAP Treasury and Risk Management (TRM) to Manage the Issuance of... Managing Debt with SAP Treasury - Using TRM for Bonds: Using SAP Treasury and Risk Management (TRM) to Manage the Issuance of Bonds, Third Edition (Paperback)
Lawrence Compagna
R1,282 Discovery Miles 12 820 Ships in 18 - 22 working days
Fundamentals of CRM with Dynamics 365 and Power Platform - Enhance your customer relationship management by extending Dynamics... Fundamentals of CRM with Dynamics 365 and Power Platform - Enhance your customer relationship management by extending Dynamics 365 using a no-code approach (Paperback)
Nicolae Tarla
R1,341 Discovery Miles 13 410 Ships in 18 - 22 working days

Explore the latest features of Dynamics 365 and Power Platform's out-of-the-box tools to build custom business solutions for your organization Key Features Discover impressive Dynamics 365 features to transform your business and increase productivity Leverage the platform's extensibility to meet your organizational needs Understand how Power Platform powers Dynamics 365 and enhances its integration capabilities Book DescriptionMicrosoft Dynamics 365 provides a vast array of tools and applications to meet various Customer Engagement requirements. This Customer Relationship Management (CRM) guide covers the latest advancements in Dynamics 365 and Power Platform that help organizations adapt to changing market conditions for agility and resilience. With this book, you'll explore the core platform functionality of Dynamics 365 and explore its wide range of components for transforming your business with new services and capabilities. You'll learn the basics of configuration and customization to enhance the functionality of Microsoft Dynamics 365 CRM and create solutions and custom applications by leveraging features such as apps, portals, automation, and business intelligence. As you advance, you'll understand how Power Platform drives Dynamics 365 and how various integration capabilities add value by providing a comprehensive view of data aggregated across different systems and data sources. Finally, you'll delve into core administration concepts that will help you to manage extensions added to the platform. By the end of this book, you'll have learned how to tailor Microsoft Dynamics 365 to fit your organization's requirements and tweak the platform to meet your business needs. What you will learn Get to grips with Power Platform for building and enhancing Dynamics 365 apps Integrate Dynamics 365 CRM with Microsoft 365, Azure, and other platforms Discover how you can customize existing entities and create new ones Explore various security features and grant users access to CRM data and functions Find out which CRM attributes are used to automate operations with programming Use internal and external social data to help users to make informed decisions Who this book is forThis book is for customers and project stakeholders, new functional consultants, business administration users, and project managers looking to get up and running with the latest features of Dynamics 365 and Power Platform. This guide will help non-developers become acquainted with a no-code approach to customization and configuration. A basic understanding of relational data and customer management concepts will help you get the most out of this book.

A Practical Guide to Cybersecurity in SAP (Paperback): Julie Hallett A Practical Guide to Cybersecurity in SAP (Paperback)
Julie Hallett
R684 Discovery Miles 6 840 Ships in 18 - 22 working days
Implementing Microsoft Dynamics 365 for Finance and Operations Apps - Learn best practices, architecture, tools, techniques,... Implementing Microsoft Dynamics 365 for Finance and Operations Apps - Learn best practices, architecture, tools, techniques, and more, 2nd Edition (Paperback, 2nd Revised edition)
JJ Yadav, Sandeep Shukla, Rahul Mohta, Yogesh Kasat
R1,102 Discovery Miles 11 020 Ships in 18 - 22 working days

Harness the power of Finance and Operations apps, and discover all you need for their implementation Key Features Manage and plan different Dynamics configurations, designs, and products Learn how to manage projects for pre-sales and implementation using Microsoft Dynamics Lifecycle Services (LCS) Discover various integration planning techniques, tools, and frameworks such as PowerApps and Power Automate Book DescriptionMicrosoft Dynamics 365 for Finance and Operations is a modern cloud ERP platform that adopts a mobile-first approach suitable for medium-to-large enterprises. This book covers the entire implementation process of Dynamics 365 Finance and Operation Apps, including post-implementation and business transformation. The updated second edition starts with an introduction to Microsoft Dynamics 365, describing different apps and tools under it. You will learn about different implementation methodologies such as Waterfall and Agile, for your projects. We will cover various application components and architectures of Dynamics such as requirements processing, development, reports and analytics, and integration. With the help of tips, techniques, and best practices, you'll explore strategies for managing configurations and data migrations. As you read further, you'll discover development tools and processes in Dynamics for building customized solutions in Dynamics. The book will also demonstrate analytics and financial reporting options such as Power BI and Cortana Intelligence. Finally, you'll learn the importance of testing and explore various automated testing strategies. By the end of this book, you will have gained the necessary knowledge to implement Microsoft business solutions with Dynamics 365 for Finance and Operations Apps. What you will learn Understand the architecture of Dynamics 365 for Finance and Operations Apps Implement Dynamics with confidence to manage finances in your business Get up to speed with different methodologies and support cycles of the Microsoft Dynamics architecture Explore best practices to analyze the requirements of your business Understand the technique of data migration from legacy systems Leverage the capabilities of Power BI to make informed business decisions Manage all your upgrades through One Version service updates Who this book is forThis book is for consultants, technical managers, project managers, or solution architects who are looking to implement Microsoft Dynamics 365 Finance and Operations apps in their business. A basic understanding of the enterprise resource planning (ERP) implementation process and software lifecycle is expected.

DevOps for Salesforce - Build, test, and streamline data pipelines to simplify development in Salesforce (Paperback): Priyanka... DevOps for Salesforce - Build, test, and streamline data pipelines to simplify development in Salesforce (Paperback)
Priyanka Dive, Nagraj Gornalli
R941 Discovery Miles 9 410 Ships in 18 - 22 working days

Implement DevOps for Salesforce and explore its features Key Features Learn DevOps principles and techniques for enterprise operations in Salesforce Implement Continuous Integration and Continuous Delivery using tools such as Jenkins and Ant script Use the Force.com Migration Tool and Git to achieve versioning in Salesforce Book DescriptionSalesforce is one of the top CRM tools used these days, and with its immense functionalities and features, it eases the functioning of an enterprise in various areas of sales, marketing, and finance, among others. Deploying Salesforce applications is a tricky event, and it can get quite taxing for admins and consultants. This book addresses all the problems that you might encounter while trying to deploy your applications and shows you how to resort to DevOps to take these challenges head on. Beginning with an overview of the development and delivery process of a Salesforce app, DevOps for Salesforce covers various types of sandboxing and helps you understand when to choose which type. You will then see how different it is to deploy with Salesforce as compared to deploying with another app. You will learn how to leverage a migration tool and automate deployment using the latest and most popular tools in the ecosystem. This book explores topics such as version control and DevOps techniques such as Continuous Integration, Continuous Delivery, and testing. Finally, the book will conclude by showing you how to track bugs in your application changes using monitoring tools and how to quantify your productivity and ROI. By the end of the book, you will have acquired skills to create, test, and effectively deploy your applications by leveraging the features of DevOps. What you will learn Implement DevOps for Salesforce and understand the benefits it offers Abstract the features of Force.com MigrationTool to migrate and retrieve metadata Develop your own CI/CD Pipeline for Salesforce project Use Qualitia to perform scriptless automation for Continuous Testing Track application changes using Bugzilla Apply Salesforce best practices to implement DevOps Who this book is forIf you are a Salesforce developer, consultant, or manager who wants to learn DevOps tools and set up pipelines for small as well as large Salesforce projects, this book is for you.

Getting Started with Tableau 2018.x - Get up and running with the new features of Tableau 2018 for impactful data visualization... Getting Started with Tableau 2018.x - Get up and running with the new features of Tableau 2018 for impactful data visualization (Paperback)
Tristan Guillevin
R1,324 Discovery Miles 13 240 Ships in 18 - 22 working days

Leverage the power of Tableau to get actionable business insights and make better business decisions Key Features Explore all the new features of Tableau 2018.x Begin your Tableau journey by understanding its core functionalities Apply advanced techniques such as data blending and parameters to make the best of Tableau Book DescriptionTableau is one of the leading business intelligence tools used worldwide, in organizations of every scale. In its latest release, Tableau 2018 promises richer and more useful features related to visual analytics, reporting, dashboarding, and a host of other data visualization aspects. Getting Started with Tableau 2018.x will get you up and running with these features. The book starts with all the new functionalities of the different Tableau 2018 versions, along with concrete examples of how to use them. However, if you're new to Tableau, don't worry! The rest of the book will guide you through each major aspect of Tableau with examples. You'll learn how to connect to data, build a data source, visualize your data, build a dashboard, and share it online. In the final chapters, you'll also learn advanced techniques such as creating a cross-database join, data blending, and more. By the end of the book, you will have a firm understanding of how to effectively use Tableau to create quick, cost-effective, and business-efficient business intelligence solutions. What you will learn Discover new functionalities such as density, extensions, and transparency introduced in Tableau 2018.x Connect tables and make transformations such as pivoting the field and splitting columns Build an efficient data source for your analysis Design insightful data visualization using different mark types and properties Build powerful dashboards and stories Share your work and interact with Tableau Server Use Tableau to explore your data and find new insights Explore Tableau's advanced features and gear up for upcoming challenges Who this book is forIf you're a beginner or an existing BI professional looking to get the most out of Tableau 2018's latest features, this book is for you. You'll also find this book useful if you're an aspiring analyst who wants to learn the capabilities of Tableau to answer business-specific questions. No prior knowledge or experience with Tableau or any other Business Intelligence tool is necessary.

Salesforce Platform Developer I Certification Guide - Expert tips, techniques, and mock tests for the Platform Developer I... Salesforce Platform Developer I Certification Guide - Expert tips, techniques, and mock tests for the Platform Developer I (DEV501) certification exam (Paperback)
Jan Van De Velde, Gunther Roskams
R1,151 Discovery Miles 11 510 Ships in 18 - 22 working days

Build and deploy scalable applications on the Salesforce Lightning Platform using the latest features of Spring '19 Key Features An end-to end-guide with practice tests to help you achieve the Salesforce Platform Developer certification Design data models, user interfaces, and business logic for your custom applications Understand the complete development life cycle from designing to testing Book DescriptionSalesforce Lightning Platform, used to build enterprise apps, is being increasingly adopted by admins, business analysts, consultants, architects, and especially developers. With this Salesforce certification, you'll be able to enhance your development skills and become a valuable member of your organization. This certification guide is designed to be completely aligned with the official exam study guide for the latest Salesforce Certified Platform Developer I release and includes updates from Spring '19. Starting with Salesforce fundamentals and performing data modeling and management, you'll progress to automating logic and processes and working on user interfaces with Salesforce components. Finally, you'll learn how to work with testing frameworks, perform debugging, and deploy metadata, and get to grips with useful tips and tricks. Each chapter concludes with sample questions that are commonly found in the exam, and the book wraps up with mock tests to help you prepare for the DEV501 certification exam. By the end of the book, you'll be ready to take the exam and earn your Salesforce Certified Platform Developer I certification. What you will learn Solve sample questions and mock tests and work with exam patterns Gain an understanding of declarative Salesforce tools such as Process Builder, flows, and many more Code in Salesforce using the Developer Console and IDEs Grasp the basics of object-oriented programming Write Apex classes, Visualforce pages, and Apex test classes with easy-to-follow steps Explore the different deployment tools that you can use to push metadata to different environments Build custom declarative apps and programs on Force.com platforms Who this book is forThe Salesforce Platform Developer I Certification Guide is for you if you want to learn how to develop and deploy business logic and user interfaces using the capabilities of the Lightning Platform. No prior knowledge of Apex programming is required.

A Multi Criteria Evaluation of Blockchain Technologies Applied to the Healthcare System (Paperback): Nicolo de Sandre A Multi Criteria Evaluation of Blockchain Technologies Applied to the Healthcare System (Paperback)
Nicolo de Sandre
R1,419 Discovery Miles 14 190 Ships in 18 - 22 working days
A Beginners Guide to Dynamics 365 for Operations (Black & White) (Paperback): Murray Fife A Beginners Guide to Dynamics 365 for Operations (Black & White) (Paperback)
Murray Fife
R717 Discovery Miles 7 170 Ships in 18 - 22 working days
Microsoft Power BI Quick Start Guide - Bring your data to life through data modeling, visualization, digital storytelling, and... Microsoft Power BI Quick Start Guide - Bring your data to life through data modeling, visualization, digital storytelling, and more, 2nd Edition (Paperback, 2nd Revised edition)
Devin Knight, Mitchell Pearson, Bradley Schacht, Erin Ostrowsky
R2,192 Discovery Miles 21 920 Ships in 18 - 22 working days

An accessible fast paced introduction to all aspects of Power BI for new or aspiring BI professionals, data analysts, and data visualizers. Purchase of the print or Kindle book includes a free eBook in the PDF format. Key Features Updated with the latest features in Power BI including Dataflow, AI insights, visuals and row level security Get faster and more intuitive data insights using Microsoft Power BI and its business intelligence capabilities Build accurate analytical models, reports, and dashboards Book DescriptionThis revised edition has been fully updated to reflect the latest enhancements to Power BI. It includes a new chapter dedicated to dataflow, and covers all the essential concepts such as installation, designing effective data models, as well as building basic dashboards and visualizations to help you and your organization make better business decisions. You'll learn how to obtain data from a variety of sources and clean it using Power BI Query Editor. You'll then find out how you can design your data model to navigate and explore relationships within it and build DAX formulas to make your data easier to work with. Visualizing your data is a key element in this book, and you'll get to grips rapidly with data visualization styles and enhanced digital storytelling techniques. In addition, you will acquire the skills to build your own dataflows, understand the Common Data Model, and automate data flow refreshes to eradicate data cleansing inefficiency. This guide will help you understand how to administer your organization's Power BI environment so that deployment can be made seamless, data refreshes can run properly, and security can be fully implemented. By the end of this Power BI book, you'll have a better understanding of how to get the most out of Power BI to perform effective business intelligence. What you will learn Connect to data sources using import and DirectQuery options Use Query Editor for data transformation and data cleansing processes, including writing M and R scripts and dataflows to do the same in the cloud Design optimized data models by designing relationships and DAX calculations Design effective reports with built-in and custom visuals Adopt Power BI Desktop and Service to implement row-level security Administer a Power BI cloud tenant for your organization Use built-in AI capabilities to enhance Power BI data transformation techniques Deploy your Power BI desktop files into the Power BI Report Server Who this book is forAspiring business intelligence professionals who want to learn Power BI will find this book useful. If you have a basic understanding of BI concepts and want to learn how to apply them using Microsoft Power BI, this book is for you.

SAP S/4HANA Finance for Group Reporting (Paperback): Ann Cacciottoli SAP S/4HANA Finance for Group Reporting (Paperback)
Ann Cacciottoli
R680 Discovery Miles 6 800 Ships in 18 - 22 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Diagnostic Biomedical Signal and Image…
Kemal Polat, Saban Ozturk Paperback R2,952 Discovery Miles 29 520
29th European Symposium on Computer…
Anton A Kiss, Edwin Zondervan, … Hardcover R11,317 Discovery Miles 113 170
Case Studies in Geospatial Applications…
Pravat Kumar Shit, Gouri Sankar Bhunia, … Paperback R3,237 Discovery Miles 32 370
Handbook of HydroInformatics - Volume…
Saeid Eslamian, Faezeh Eslamian Paperback R3,507 Discovery Miles 35 070
Memoirs of David Nasmith - His Labours…
John Campbell Paperback R642 Discovery Miles 6 420
International Encyclopedia of…
Roger Vickerman Hardcover R79,215 Discovery Miles 792 150
Learning SAS by Example - A Programmer's…
Ron Cody Hardcover R2,734 Discovery Miles 27 340
Reachable Sets of Dynamic Systems…
Stanislaw Raczynski Paperback R3,927 Discovery Miles 39 270
Intelligent Edge Computing for Cyber…
D. Jude Hemanth, Bb Gupta, … Paperback R2,954 Discovery Miles 29 540
Management and Engineering of Critical…
Bedir Tekinerdogan, Mehmet Aksit, … Paperback R2,954 Discovery Miles 29 540

 

Partners