{"id":16230,"date":"2020-11-26T14:17:20","date_gmt":"2020-11-26T21:17:20","guid":{"rendered":"https:\/\/svapm.org\/?p=16230"},"modified":"2025-04-30T10:51:42","modified_gmt":"2025-04-30T17:51:42","slug":"powerquerytool","status":"publish","type":"post","link":"https:\/\/svapm.org\/?p=16230","title":{"rendered":"PowerQueryTool"},"content":{"rendered":"\n<p>In previous posts I&#8217;ve mentioned that I&#8217;ll make available a tool that implements the quantitative methodologies I&#8217;ve described. This tool makes practical continuous quantitative planning, and execution to meet objectives, enabling agile-mindset management of complex projects. <br \/><br \/>So here are the links. <\/p>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\">You need to download and install two components:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#downloadtop\">Download <\/a>Files, and descriptive text. Included ReadMe files contain important installation information.<\/li>\n\n\n\n<li><strong>The tool is free<\/strong>, licensed under terms of Free Software Foundation Gnu General Public License (GPL).<\/li>\n\n\n\n<li>This version of the tool is called <strong>PowerQueryTool<\/strong>, and provides a small template Program Management scenario, with focus on use of PowerQuery and its M Function Language, that are included within Microsoft Excel, as the database environment. <\/li>\n\n\n\n<li><strong>There is much to say about PowerQueryTool. In the interest of keeping this Blog post short, an abbreviated description follows. For details on the tool, please visit <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm\">PowerQueryTool <\/a>at the PowerOpI website.<\/strong><\/li>\n\n\n\n<li>PowerOpI website is at <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/default.htm\">www.softtoyssoftware.com<\/a> and provides tons of backup material and links. Capabilities of the PowerOpI Framework are described in detail at <a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/vbaConnection.htm\">vbaConnection <\/a>. Tips and troubleshooting can be found at <a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/vbaConnection.htm#troubleshooting\">vbaConnection.htm#troubleshooting<\/a> .<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading has-normal-font-size\">What&#8217;s in PowerOpI Framework PowerQueryTool<\/h2>\n\n\n\n<p>The files provided include a small demo project built on the tool elements, illustrating table structures for project material allocation, product structure BOM, project dates, and product element data. The Framework methodology isn&#8217;t tied to any particular project; it&#8217;s a framework for simplifying and building tables that can be JOINed to represent many expansions and views of an overall effort.<\/p>\n\n\n\n<p>My own efforts have applied this to managing projects for electronic hardware and software, including chip design: semiconductor wafer design, validation, fab, verification and Qual; telecommunications and audio\/video compression and streaming hardware and software design, qual and productization; and enterprise class storage hardware and software development, prototyping, system development, and qual. The Framework has evolved in ways to handle these project sizes and complexities; and handled each without encountering limits to size or complexity.<\/p>\n\n\n\n<p>For reference in descriptions below, Framework elements can be used for several configurations. These can be illustrated as Standalone, Data Source, and Client configurations. Standalone contains Data Source, QUERY, and Report elements. These can be split many ways to provide Data Source and Client instances, to support distributed use with centralized maintenance and security; particularly with SQL Server and MS Access.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/svapm.org\/wp-content\/uploads\/2023\/08\/FrameworkBase.jpg\" alt=\"\" width=\"750\" height=\"432\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/svapm.org\/wp-content\/uploads\/2023\/08\/FrameworkKey.jpg\" alt=\"Key to image showing Objects in PowerOpI Framework\" width=\"494\" height=\"126\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/svapm.org\/wp-content\/uploads\/2023\/08\/FrameworkDeploy.jpg\" alt=\"\" width=\"750\" height=\"218\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\">PowerOpIPowerQueryTool_XL.zip Components<\/h2>\n\n\n\n<p><strong>ToolSource.xlsm<\/strong> (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#pwrqry\">ToolSource<\/a>) This is core functionality of PowerQueryTool. This file is set up as a Standalone configuration, and can also be used as a Data Source for <span class=\"has-inline-color has-vivid-purple-color\">DemoPQClient.xlsm<\/span>. Walking through what&#8217;s in this file:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Reports <\/strong>(<span class=\"has-inline-color has-vivid-green-cyan-color\">Green <\/span>tabs): These are reports driven by QUERYs that JOIN Source Data Tables in the Red tabs. The Reports have been named for the QUERYs that drive them: <span class=\"has-inline-color has-vivid-purple-color\">qPQMProto <\/span>(project overview), <span class=\"has-inline-color has-vivid-purple-color\">qPQMBuildDates <\/span>(build dates for Ops), <span class=\"has-inline-color has-vivid-purple-color\">qPQMBuildSpend <\/span>(simple budget for Finance, and for Ops orders), and <span class=\"has-inline-color has-vivid-purple-color\">qPQPurchReq <\/span>(for tracking material purchase). Besides data contained, these illustrate use of JOINs by PowerQuery M. <span class=\"has-inline-color has-vivid-purple-color\">qPQExcelUnion <\/span>illustrates UNION aggregation of several Source Data Tables using PowerQuery M. Most of the work needed in projects I worked on was handled by a handful of Tables, QUERYs and Reports just like these. (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#reports\">Reports<\/a>)<\/li>\n\n\n\n<li><strong>Source Data Tables <\/strong>(<span class=\"has-inline-color has-vivid-red-color\">Red <\/span>tabs): The demo project is represented in several tables, each of which handles a separate aspect of the effort, simplifying representation of the project as a whole. Each illustrates data for its problem representation, and <span class=\"has-inline-color has-vivid-purple-color\">Key <\/span>structure and construction used for JOINing. Some include local &#8220;subqueries&#8221; done in Excel. (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#sourcedatatables\">Source Data Tables<\/a>)\n<ul class=\"wp-block-list\">\n<li><strong>Allocation <\/strong>equipment to be built and used by organizations shown with quantity, for testing identified, and configured as listed (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#allocation\">Allocation<\/a>);<\/li>\n\n\n\n<li><strong>BOM <\/strong>planning-bill of materials &#8211; product build tree structure representing product elements to be built and components needing special management for cost or effort, and configuration of each element, assembly, and revision (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#BOM\">BOM<\/a>);<\/li>\n\n\n\n<li><strong>Dates <\/strong>critical dates with associated keys, for all built and bought elements. These are derived from the table on blue tab <span class=\"has-inline-color has-vivid-purple-color\">qMPP_RollupExcel<\/span>, imported from an MS Project export-file representing the project GANTT (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#dates\">Dates<\/a>);<\/li>\n\n\n\n<li><strong>Elements<\/strong> base detail for each product element such as part numbers, supplier, distributor, configuration details (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#elements\">Elements<\/a>);<\/li>\n\n\n\n<li><strong>CostAdjust <\/strong>and <strong>AdjustFactor <\/strong>control calculation of cost progression of prototype elements as prototyping and productization flow through build Phases (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#costadjust\">Cost Adjust<\/a>);<\/li>\n\n\n\n<li><strong>PR <\/strong>tracking purchase lifecycle, material marshaling and distribution status (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#purchreq\">Purchase Request<\/a>);<\/li>\n\n\n\n<li><strong>Group1<\/strong>, <strong>Group2<\/strong>, and <strong>Group3 <\/strong>Tables are used in the demonstration of the UNION QUERY (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#union\">Union<\/a>). <span class=\"has-inline-color has-vivid-purple-color\">JOIN <\/span>and <span class=\"has-inline-color has-vivid-purple-color\">UNION <\/span>are key functionality for this type of problem.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Schedule Import <\/strong>(<span class=\"has-inline-color has-vivid-cyan-blue-color\">Blue <\/span>tab): <span class=\"has-inline-color has-vivid-purple-color\">qMPP_RollupExcel <\/span>is a Table from importing the file exported from MS Project representing the program GANTT schedule (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#scheduleimport\">Schedule Import<\/a>).<\/li>\n\n\n\n<li><strong>DataSource control<\/strong> (<span class=\"has-inline-color has-vivid-cyan-blue-color\">Blue <\/span>tab): the <span class=\"has-inline-color has-vivid-purple-color\">DataSources <\/span>tab controls QUERYs and JOINs among local and remote Tables (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#datasourcecontrol\">Data Source Control<\/a>). The <span class=\"has-inline-color has-vivid-purple-color\">DataSources <\/span>tab contains several elements, ordered as follows in the Excel window:\n<ul class=\"wp-block-list\">\n<li><strong>tblConnectionConfig<\/strong> (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#connectionconfig\">Connection Config<\/a>) Controls creation and configuration of connections to Tables in local and external files and databases. In the PowerQueryTool distribution, this controls configuration of Connections used by PowerQuery M QUERYs, defined in <span class=\"has-inline-color has-vivid-cyan-blue-color\">tblConnection<\/span>.<\/li>\n\n\n\n<li><strong>Buttons<\/strong> (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#buttons\">Buttons<\/a>) User control of creation and update of Connections.<\/li>\n\n\n\n<li><strong>tblSQL<\/strong>(Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#sqleditor\">SQL Editor<\/a>) Contains SQL-language QUERYs. PowerQueryTool focuses on M with PowerQuery, so this table is unlikely to be used in PowerQueryTool, although in other configurations SQL can be embedded within an M Query.<\/li>\n\n\n\n<li><strong>tblConnection<\/strong> (Reference: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#Mconnection\">M and Connection Strings<\/a>) Contains M Function-Language QUERY definitions, containing JOIN and COMBINE  (UNION) QUERYs used with PowerQuery. (Some references at <a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/vbaConnection.htm#mstrings\">mstrings<\/a> and <a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/vbaConnection.htm#connectionPQeditor\">connectionPQeditor<\/a>).<\/li>\n\n\n\n<li><strong>tblLocalizationConfig<\/strong> (Reference: <a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#localization\">Localization<\/a>) Contains calculated <span class=\"has-inline-color has-vivid-cyan-blue-color\">localization variables <\/span>for use in QUERYs.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Variables<\/strong> (<span class=\"has-inline-color has-vivid-cyan-blue-color\">Blue<\/span> tab): Table of configuration variables to be used (optionally) when constructing <span class=\"has-inline-color has-vivid-cyan-blue-color\">QUERY<\/span>s. (Reference: <a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#variables\">Data Source Control<\/a>) The variables enumerated on this Tab are informed of file location et al., can be re-used among <span class=\"has-inline-color has-vivid-cyan-blue-color\">QUERY<\/span>s to leverage relocation of files, re-naming of directories etc. in distribution and maintenance operation.\n<ul class=\"wp-block-list\">\n<li><strong>tblLocalizationConfig<\/strong> (Reference: <a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#localization\">Localization<\/a> Contains calculated <span <span=\"\" class=\"has-inline-color has-vivid-cyan-blue-color\">localization variables <\/span>for use in QUERYs.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>ToolClient.xlsm <\/strong>(Reference: <a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#demopqclient\">ToolClient.xlsm<\/a>) This file is just like <span class=\"has-inline-color has-vivid-purple-color\">ToolSource.xlsm<\/span>, but with all Source Data Tables in external <span class=\"has-inline-color has-vivid-purple-color\">ToolSource.xlsm <\/span>file(s), with QUERYs in <span class=\"has-inline-color has-vivid-purple-color\">ToolClient.xlsm <\/span>configured to access them.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\">PowerOpIPowerQueryTool_MPP.zip Components<\/h2>\n\n\n\n<p><strong>P0001_Rollup.mpp <\/strong>(Reference: <a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#p0001rollup\">P0001_Rollup.mpp<\/a>) This is a normal MS Project plan for the Demo project, with added VBA to provide Export capability to an xls file named after it, and an associated external Resource file. Several sub-projects (M0004.mpp, M0005.mpp) are rolled up into P0001_Rollup.mpp, to interconnect dependencies and deliverables among the sub-projects. The exported file P0001_Rollup.xlsx includes the connected sub-projects.<\/p>\n\n\n\n<p><strong>P0001_linked_tables.vsdm<\/strong> (Reference: <a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#p0001vsdm\">P0001 VSDM<\/a>) This is a normal MS Visio image, with added VBA to size and position graphical objects to a Timeline object on the Image illustrating flow of the Demo project. <\/p>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\">Implementing Your Project: Updates and Duplication: (Reference: <a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm#implementingyourproject\">Implementing Your Project<\/a>)<\/h2>\n\n\n\n<p>All a mouthful, I know. <span class=\"has-inline-color has-vivid-purple-color\">Install <\/span>the tool files, <span class=\"has-inline-color has-vivid-purple-color\">configure <\/span>them, poke around. <span class=\"has-inline-color has-vivid-purple-color\">Change <\/span>some data, <span class=\"has-inline-color has-vivid-purple-color\">Refresh DATA <\/span>via button and see how Reports update to show your change. Add a product <span class=\"has-inline-color has-vivid-purple-color\">Element <\/span>to the project. Add a <span class=\"has-inline-color has-vivid-purple-color\">Table<\/span>, add it to a <span class=\"has-inline-color has-vivid-purple-color\">JOIN <\/span>or create a new JOIN, and drive a <span class=\"has-inline-color has-vivid-purple-color\">Pivot Report <\/span>with that JOIN. Then try a <span class=\"has-inline-color has-vivid-purple-color\">small project<\/span>, cloning from the objects in the distributed files. Check out <span class=\"has-inline-color has-vivid-purple-color\">schedule updates <\/span>rippling through, and <span class=\"has-inline-color has-vivid-purple-color\">Visio Images <\/span>updating to reflect schedule changes. Increase project size and complexity as you become familiar with the methodology.<\/p>\n\n\n\n<p>Once the tool is set up and your project and product structure are represented in Source Data Tables and JOINed, concentration shifts to managing the project using and updating Table data; and the tool fades into the background: Project and Product data updates frequently, and structure updates occasionally.<\/p>\n\n\n\n<p>Setting up a second project is much more straightforward: your first project is the working path using PowerQueryTool in your file structure, organization structure, and product structure, that you can modify and extend; and also provides a record of Actuals available for estimates going forward. As you develop this infrastructure, and especially as you distribute the expertise, each project gets better than the last..<\/p>\n\n\n\n<p>It&#8217;s much more complicated to read and write about these actions, than it is to do them. Remember the PowerOpI website and support links above.<\/p>\n\n\n<hr \/>\n<h2><strong>Further Reading: Core Program Quantitative Structure for System Programs<\/strong><\/h2>\n<div>\n<div>\n<h3>Advice for Program Managers: The Blog Series<\/h3>\n<\/div>\n<div>\n<p><a href=\"https:\/\/svapm.org\/advice-for-program-managers-1-program-management-opportunity\"><strong>1-Program Management Opportunity<\/strong><\/a><br \/>\nIntroduces a vision and framework for development of Program Managers and PMO, for Program Management specialization to its environment, and for improved effectiveness and integration of PM with organization<br \/>\noperational management.<\/p>\n<p><a href=\"https:\/\/svapm.org\/advice-for-program-managers-2-program-management-career-path\"><strong>2-Program Management Career Path<\/strong><\/a><br \/>\nDescribes career path thinking for Program Managers including sourcing, progression, advancement, and connection with organizational management.<\/p>\n<p><a href=\"https:\/\/svapm.org\/advice-for-program-managers-3-program-management-career-skills\"><strong>3-Program Management Career Skills<\/strong><\/a><br \/>\nCareer path thinking for Program Managers including skills and behaviors that develop Program Manager capabilities and leadership and pave the way toward advancement.<\/p>\n<p><a href=\"https:\/\/svapm.org\/advice-for-program-managers-4-program-management-specialization-system-programs-phased-methodology\"><strong>4-Program Management Specialization: System Programs Phased Methodology<\/strong><\/a><br \/>\nPM Best Practices and Core Program Structure for Hybrid integrated system programs using Phased HW \u2013 Agile SW, mixed-technologies. Full-Program agility via automated plan tools with continuous plan update.<\/p>\n<p>The Series also solicits contributions to this Blog site, to extend coverage of PM Best Practices and Core Program Structure to a broadening set of Specializations.<\/p>\n<p><a href=\"https:\/\/svapm.org\/advice-for-program-managers-5-pmo-role\"><strong>5-PMO Role<\/strong><\/a><br \/>\nPMO behavior to achieve Program Management effectiveness specialized to its environment managing PM practices in the organization, including PM development and advancement and connection with organizational management.<\/p>\n<p><a href=\"https:\/\/svapm.org\/advice-for-program-managers-6-quantified-agile-for-hardware\"><strong>6-Quantified Agile for Hardware<\/strong><\/a><br \/>\nProgram Quantification applied to Phased and Agile methodologies to deal with organizational quantitative requirements.<\/p>\n<\/div>\n<div>\n<hr \/>\n<h3>More Articles by this Author<\/h3>\n<\/div>\n<div>\n<p><a href=\"https:\/\/svapm.org\/pm-structural-view\"><strong>Three Levels of Program Management<\/strong><\/a><br \/>\nGuiding Principles for Program Management Action, Program Quantification, and Leverage Through Tooling.<\/p>\n\n<p><a href=\"https:\/\/svapm.org\/organizing-program-communication\"><strong>Organizing Program Communication<\/strong><\/a><br \/>\nProgram Management depends on effective communication. Design Program communication paths for everyone throughout the Program.<\/p>\n\n<p><a href=\"https:\/\/svapm.org\/database-platforms-for-program-management-logistics\"><strong>Database Platforms for Program Management Logistics<\/strong><\/a><br \/>\nLogistics Tool extended, using SQL Server and MS Access with MS Excel and PowerQuery.<\/p>\n\n<p><a href=\"https:\/\/svapm.org\/powerquerytool\"><strong>PowerQuery Tool<\/strong><\/a><br \/>\nLogistics Tool using MS Excel Power Query.<\/p>\n\n<p><a href=\"https:\/\/svapm.org\/quantitative-management\"><strong>Quantitative Management<\/strong><\/a><br \/>\nTool methodology for agility with continuous plan update: Program BOM, Tie to Dates, Builds, Element data.<\/p>\n\n<p><a href=\"https:\/\/svapm.org\/complex-programs-structure\"><strong>Complex Programs: Structure<\/strong><\/a><br \/>\nStructure Program with Parallel Phasing. Describes coordination of EE\/ME, FW, Test, Supply\/CM, Driver\/Kernel, Transport, Management. Scheduling, Integration points, scaffolding, and starting work. Hybrid Program Cross-Domain Coordination of dev frameworks, including Phased and Agile\/Scrum where appropriate, via integration points and scaffolding. Software Integration Sequence and Dependency Planning.<\/p>\n\n<p><a href=\"https:\/\/svapm.org\/managing-complex-projects\"><strong>Managing Complex Projects<\/strong><\/a><br \/>\nProblem Statement. PM responsibility for Program Management drive throughout an organization, also includes schedule, budget, integration, critical path, logistics.<\/p>\n\n<p><a href=\"https:\/\/svapm.org\/program-roadmap\"><strong>Program Roadmap<\/strong><\/a><br \/>\nPlanning work structure for a Program, and using the plan effectively.<\/p>\n\n<p><a href=\"https:\/\/svapm.org\/lifestyle-ai\"><strong>Lifestyle AI<\/strong><\/a><br \/>\nAI effects on current and future lifestyles. Personal strategies for proactive and defensive use of AI.<\/p>\n\n<p><a href=\"https:\/\/svapm.org\/iterative-thinking\"><strong>Iterative Thinking<\/strong><\/a><br \/>\nUsing Iterative Thinking to solve big problems and complex logistics.<\/p>\n<\/div>\n<div>\n<hr \/>\n<h3>Link To Free Tools To Manage Schedule, Logistics, And Finance<\/h3>\n<\/div>\n<div>\n<p>Author&#8217;s <a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/default.htm\"><strong>softtoyssoftware.com Website<\/strong><\/a> with articles on Program Management and Program quantification tooling using Excel, MS Project, and MS Visio with SQL databases PowerQuery, SQL Server, and MS Access. Articles describe how you can use tools available from the website, or develop these capabilities yourself using commonly available tools.<\/p>\n<p>Tools available from this website are free. They can handle small to large programs, limited only by your imagination. Using the included Program Template to envision, organize, plan, and run a large program puts me in mind of unleashing a Roman Legion to a sure outcome. <em>Veni, Vidi, Vici! \u2013 Julius Caesar<\/em>.<\/p>\n<ul>\n<li><a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm\" target=\"_blank\" rel=\"noopener\">https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/powerquerytool.htm<\/a><\/li>\n<li>Details on design of Structured Tables, JOINs, Reports\/Pivots in Tools.<\/li>\n<li>Schedule, Visualization, Reporting.<\/li>\n<li>Hybrid program agility with continuous plan update.<\/li>\n<li>Microsoft 365 Desktop &#8211; based.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n\n\n<p><em>PowerOpI Website: <a href=\"http:\/\/www.softtoyssoftware.com\/dbnet\/default.htm\">www.softtoyssoftware.com<\/a><br \/>PowerOpI YouTube Channel: <a href=\"https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/YouTube.htm\">https:\/\/www.softtoyssoftware.com\/dbnet\/programmingprojects\/YouTube.htm<\/a><br \/>Image(s) used under license from <a href=\"https:\/\/www.shutterstock.com\/\">Shutterstock.com<\/a>. Attribution: <a href=\"https:\/\/www.shutterstock.com\/g\/Elena11\">Elena11<\/a> &sol; Shutterstock.com<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In previous posts I&#8217;ve mentioned that I&#8217;ll make available a tool that implements the quantitative methodologies I&#8217;ve described. This tool [&hellip;]<\/p>\n","protected":false},"author":1607,"featured_media":16231,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"give_campaign_id":0,"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[2,849,850],"tags":[1504],"class_list":["post-16230","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-leadership","category-team-leadership","category-organizational-leadership","tag-1504"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/svapm.org\/wp-content\/uploads\/2020\/11\/SVPM_rmb20201112-HeavyLift.jpg","_links":{"self":[{"href":"https:\/\/svapm.org\/index.php?rest_route=\/wp\/v2\/posts\/16230","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/svapm.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/svapm.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/svapm.org\/index.php?rest_route=\/wp\/v2\/users\/1607"}],"replies":[{"embeddable":true,"href":"https:\/\/svapm.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=16230"}],"version-history":[{"count":111,"href":"https:\/\/svapm.org\/index.php?rest_route=\/wp\/v2\/posts\/16230\/revisions"}],"predecessor-version":[{"id":28609,"href":"https:\/\/svapm.org\/index.php?rest_route=\/wp\/v2\/posts\/16230\/revisions\/28609"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/svapm.org\/index.php?rest_route=\/wp\/v2\/media\/16231"}],"wp:attachment":[{"href":"https:\/\/svapm.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16230"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/svapm.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=16230"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/svapm.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=16230"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}