
<!DOCTYPE html>
<html lang="en-CA">
	<head>
		<meta charset="UTF-8">
		<meta http-equiv="x-ua-compatible" content="ie=edge">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">

									<link rel="preload" href="https://global.hitachi-solutions.com/wp-content/themes/hitachisolutions/assets/fonts/HitachiSans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
							<link rel="preload" href="https://global.hitachi-solutions.com/wp-content/themes/hitachisolutions/assets/fonts/HitachiSans-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous">
					
		<title>Blog &#8211; Hitachi Solutions</title>
		<link rel="icon" href="/wp-content/themes/hitachisolutions/assets/images/png/favicon.png" type="image/x-icon">
		<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<script data-cfasync="false" data-pagespeed-no-defer>
	var gtm4wp_datalayer_name = "dataLayer";
	var dataLayer = dataLayer || [];
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com -->
	<!-- This site is optimized with the Yoast SEO plugin v26.9 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<meta name="description" content="Hitachi Solutions Blog. A global, Microsoft solutions integrator who delivers business transformation that embraces your people, processes, business applications, and technologies." />
	<link rel="canonical" href="https://global.hitachi-solutions.com/blog/" />
	<link rel="next" href="https://global.hitachi-solutions.com/blog/page/2/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Blog &#8211; Hitachi Solutions" />
	<meta property="og:description" content="Hitachi Solutions Blog. A global, Microsoft solutions integrator who delivers business transformation that embraces your people, processes, business applications, and technologies." />
	<meta property="og:url" content="https://global.hitachi-solutions.com/blog/" />
	<meta property="og:site_name" content="Hitachi Solutions" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@hitachisolus" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":["WebPage","CollectionPage"],"@id":"https://global.hitachi-solutions.com/blog/","url":"https://global.hitachi-solutions.com/blog/","name":"Blog &#8211; Hitachi Solutions","isPartOf":{"@id":"https://global.hitachi-solutions.com/#website"},"datePublished":"2021-11-05T19:28:43+00:00","dateModified":"2023-03-13T19:33:48+00:00","description":"Hitachi Solutions Blog. A global, Microsoft solutions integrator who delivers business transformation that embraces your people, processes, business applications, and technologies.","breadcrumb":{"@id":"https://global.hitachi-solutions.com/blog/#breadcrumb"},"inLanguage":"en-CA"},{"@type":"BreadcrumbList","@id":"https://global.hitachi-solutions.com/blog/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://global.hitachi-solutions.com/"},{"@type":"ListItem","position":2,"name":"Blog"}]},{"@type":"WebSite","@id":"https://global.hitachi-solutions.com/#website","url":"https://global.hitachi-solutions.com/","name":"Hitachi Solutions","description":"A global, Microsoft solutions integrator who delivers business transformation that embraces your people, processes, business applications, and technologies.","publisher":{"@id":"https://global.hitachi-solutions.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://global.hitachi-solutions.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Organization","@id":"https://global.hitachi-solutions.com/#organization","name":"Hitachi Solutions","url":"https://global.hitachi-solutions.com/","logo":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https://global.hitachi-solutions.com/#/schema/logo/image/","url":"https://global.hitachi-solutions.com/wp-content/uploads/2021/10/hitachi-solutions-logo.png","contentUrl":"https://global.hitachi-solutions.com/wp-content/uploads/2021/10/hitachi-solutions-logo.png","width":1200,"height":141,"caption":"Hitachi Solutions"},"image":{"@id":"https://global.hitachi-solutions.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/HitachiSolUs/","https://x.com/hitachisolus","https://www.instagram.com/hitachisolutionsamerica/","https://www.linkedin.com/company/hitachi-solutions-america/","https://www.youtube.com/user/HitachiSolUS"]}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//a.omappapi.com' />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v10.0.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-41JPFETHYM"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var mi_version = '10.0.2';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/global.hitachi-solutions.com\/blog\/"};
								MonsterInsightsDefaultLocations.page_location = window.location.href;
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-41JPFETHYM',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-41JPFETHYM', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
							<!-- / Google Analytics by MonsterInsights -->
		<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */
</style>
<style id='classic-theme-styles-inline-css' type='text/css'>
.wp-block-button__link{background-color:#32373c;border-radius:9999px;box-shadow:none;color:#fff;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-file__button{background:#32373c;color:#fff}.wp-block-accordion-heading{margin:0}.wp-block-accordion-heading__toggle{background-color:inherit!important;color:inherit!important}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:focus,.wp-block-accordion-heading__toggle:hover{background-color:inherit!important;border:none;box-shadow:none;color:inherit;padding:var(--wp--preset--spacing--20,1em) 0;text-decoration:none}.wp-block-accordion-heading__toggle:focus-visible{outline:auto;outline-offset:0}
/*# sourceURL=https://global.hitachi-solutions.com/wp-content/plugins/gutenberg/build/styles/block-library/classic.min.css */
</style>
<link rel='stylesheet' id='geot-css-css' href='https://global.hitachi-solutions.com/wp-content/plugins/geotargetingwp/public/css/geotarget-public.min.css?ver=6.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='main_style-css' href='https://global.hitachi-solutions.com/wp-content/themes/hitachisolutions/dist/main.css?ver=1770140778' type='text/css' media='' />
<script type="text/javascript" src="https://global.hitachi-solutions.com/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=10.0.2" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/global.hitachi-solutions.com","hash_tracking":"false","v4_id":"G-41JPFETHYM"};/* ]]> */
</script>
<script type="text/javascript" src="https://global.hitachi-solutions.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://global.hitachi-solutions.com/wp-content/plugins/Cher-master/assets/js/cher-frontend.min.js?ver=1.0.0" id="cher-frontend-js"></script>
<script type="text/javascript" src="https://global.hitachi-solutions.com/wp-content/themes/hitachisolutions/dist/scripts.js?ver=1770140778" id="main-js"></script>
<script type="text/javascript" id="external-link-icon-js-after">
/* <![CDATA[ */

        function externalLinkIcon() {
            if(!document.querySelector('.post-body')) return false;

            let links = document.querySelector('.post-body').querySelectorAll('a')
            links.forEach(function(link) {
                if(link.host !== window.location.host) {
                    link.classList.add('external')
                    link.setAttribute('target', '_blank')
                    link.setAttribute('title', 'This link will open in a new tab.')
                }
            })
        }
        window.addEventListener('load', externalLinkIcon, false)
    
//# sourceURL=external-link-icon-js-after
/* ]]> */
</script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://global.hitachi-solutions.com/xmlrpc.php?rsd" />

<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<!-- GTM Container placement set to automatic -->
<script data-cfasync="false" data-pagespeed-no-defer type="text/javascript">
	var dataLayer_content = {"pagePostType":"bloghome"};
	dataLayer.push( dataLayer_content );
</script>
<script data-cfasync="false" data-pagespeed-no-defer type="text/javascript">
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PVMLSCR');
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel="icon" href="https://global.hitachi-solutions.com/wp-content/uploads/2022/02/favicon.png" sizes="32x32" />
<link rel="icon" href="https://global.hitachi-solutions.com/wp-content/uploads/2022/02/favicon.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://global.hitachi-solutions.com/wp-content/uploads/2022/02/favicon.png" />
<meta name="msapplication-TileImage" content="https://global.hitachi-solutions.com/wp-content/uploads/2022/02/favicon.png" />
	</head>
	<body class="blog wp-theme-hitachisolutions">
	
<!-- GTM Container placement set to automatic -->
<!-- Google Tag Manager (noscript) -->
				<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PVMLSCR" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript>
<!-- End Google Tag Manager (noscript) --><div class="d365-mkt-config" style="display:none" data-website-id="TrQKqhErJB_McTDX16zxlqjKE-20KHMaZ-vuF9KiZlI" data-hostname="1dbe113d92754f02bd8875def2aa4503.svc.dynamics.com"></div>	<a href="#main" class="skip-to-content">Skip to main content</a>
	
	<header class="global-header">
	<nav class="utility-nav-container">
		<div class="utility-nav">
					<div class="utility-logo">
						<a href="https://www.hitachi.com">
							<img src="/wp-content/themes/hitachisolutions/assets/images/svg/hitachi-ltd-logo.svg" alt="Hitachi Ltd Logo">
						</a>
					</div>
					<ul class="menu">

						<!-- <li class="utility-nav-item"><a href="/jp">日本語</a></li> -->
						<li class="utility-nav-item"><a href="/careers">Careers</a></li>
						<li class="utility-nav-item">
							<a href="#" class="header-search" id="open-global-search"><i class="icon icon-search"></i>&nbsp; Search</a>
							<div class="global-site-search" id="global-site-search" role="search">
								<form novalidate role="search" method="get" action="/">
									<input name="s" type="text" id="site-search-keyword" class="search-form-field" placeholder="What can we help you find?" />
									<input type="hidden" name="post_type" value="page" />
									<button class="search-form-submit" aria-label="search">
										<i class="gsearch icon icon-search"></i>
									</button>
								</form>
							</div>
						</li>
					</ul>
				</div>
			</nav>
		<nav class="primary-nav" id="primary-nav">
				<div class="logo"><a href="/" class="hitachi-solutions-logo">Hitachi Solutions</a></div>
			<div class="main-nav-items">

			<ul id="menu-main" class=""><button class="nav-link" data-nav="what">What We Do<section class="section section-what" data-direction><a href="https://global.hitachi-solutions.com/what-we-do/" class="sub-menu-title">What We Do</a>
	<ul class="sub-menu">
<li><a href="https://global.hitachi-solutions.com/advisory/">Advisory</a></li><li><a href="https://global.hitachi-solutions.com/application-innovation/">Application Innovation</a></li><li><a href="https://global.hitachi-solutions.com/artificial-intelligence/">Artificial Intelligence (AI)</a></li><li><a href="https://global.hitachi-solutions.com/business-applications/">Business Applications</a></li><li><a href="https://global.hitachi-solutions.com/cloud-platform/">Cloud Platform</a></li><li><a href="https://global.hitachi-solutions.com/data-analytics/">Data &#038; Analytics</a></li><li><a href="https://global.hitachi-solutions.com/managed-services-4/">Managed Services</a></li><li><a href="https://global.hitachi-solutions.com/governance-security/">Security &#038; Governance</a></li>
	</ul>
</section></button><button class="nav-link" data-nav="industries">Industries<section class="section section-industries" data-direction><a href="https://global.hitachi-solutions.com/industry/" class="sub-menu-title">Industries</a>
	<ul class="sub-menu">
<li><a href="https://global.hitachi-solutions.com/industry/construction-aec/">Construction (AEC)</a></li><li><a href="https://global.hitachi-solutions.com/industry/consumer-packaged-goods-cpg/">CPG &#038; Retail</a></li><li><a href="https://global.hitachi-solutions.com/industry/energy/">Energy</a></li><li><a href="https://global.hitachi-solutions.com/industry/financial-services/">Financial Services</a></li><li><a href="https://global.hitachi-solutions.com/industry/healthcare/">Healthcare</a></li><li><a href="https://global.hitachi-solutions.com/industry/insurance/">Insurance</a></li><li><a href="https://global.hitachi-solutions.com/industry/manufacturing/">Manufacturing</a></li><li><a href="https://global.hitachi-solutions.com/industry/sports-entertainment/">Sports &amp; Entertainment</a></li>
	</ul>
</section></button><button class="nav-link" data-nav="products">Products<section class="section section-products" data-direction><a href="https://global.hitachi-solutions.com/products/" class="sub-menu-title">Products</a>
	<ul class="sub-menu">
<li><a href="https://global.hitachi-solutions.com/products/">All Products</a></li><li><a href="https://global.hitachi-solutions.com/our-tech-hub/empower/">Empower Data Platform</a></li>
	</ul>
</section></button><button class="nav-link" data-nav="about">About Us<section class="section section-about" data-direction><a href="https://global.hitachi-solutions.com/about/" class="sub-menu-title">About Us</a>
	<ul class="sub-menu">
<li><a href="https://global.hitachi-solutions.com/about/na-leadership/">Leadership Team</a></li><li><a href="https://global.hitachi-solutions.com/about/people-communities/">People Communities</a></li><li><a href="https://global.hitachi-solutions.com/about/awards-recognition/">Awards and Recognition</a></li><li><a href="https://global.hitachi-solutions.com/about/technical-achievements/">Technical Achievements</a></li><li><a href="https://global.hitachi-solutions.com/about/history/">History</a></li><li><a href="https://global.hitachi-solutions.com/about/sustainability/">Sustainability</a></li><li><a href="https://global.hitachi-solutions.com/careers/">Career Opportunities</a></li><li><a href="https://global.hitachi-solutions.com/our-tech-hub/">Our Tech Hub</a></li>
	</ul>
</section></button><button class="nav-link" data-nav="insights">Insights<section class="section section-insights" data-direction><a href="https://global.hitachi-solutions.com/insights/" class="sub-menu-title">Insights</a>
	<ul class="sub-menu">
<li><a href="/blog">Blog</a></li><li><a href="/customer-stories">Customer Stories</a></li><li><a href="/downloads">Downloads</a></li><li><a href="/webinars">Events</a></li><li><a href="https://global.hitachi-solutions.com/podcasts/">Podcasts</a></li>
	</ul>
</section></button></ul>			</div>
			<div class="cta-container">
				<a href="/contact-us" class="btn btn-primary" style="margin: 0;">Contact us</a>
			</div>
		</nav>
		<nav class="mobile-nav" id="mobile-nav">
			<ul class="menu logo-items">
				<li class="logo"><a href="/" class="hitachi-solutions-logo">Hitachi Solutions</a></li>
			</ul>
			<a href="#" class="menu-toggle" title="Open mobile navigation" aria-controls="SiteHeader.mobileMenuOpenButton">
				<svg width="16" height="10" viewBox="0 0 16 10">
					<title>Open mobile navigation</title>
					<g fill="#111111">
						<rect y="8" width="16" height="2" rx="1"></rect>
						<rect y="4" width="16" height="2" rx="1"></rect>
						<rect width="16" height="2" rx="1"></rect>
					</g>
				</svg>
			</a>
			<div class="mobile-nav-card-container" aria-controls="SiteHeader.mobileMenu" aria-hidden="true">
				<div class="mobile-nav-card shadow_xlarge">
					<ul id="menu-mobile" class="menu"><li id="menu-item-14285" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-14285"><a href="https://global.hitachi-solutions.com/what-we-do/">What We Do</a>
<ul class="sub-menu">
	<li id="menu-item-14286" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14286"><a href="https://global.hitachi-solutions.com/advisory/">Advisory Services</a></li>
	<li id="menu-item-14287" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14287"><a href="https://global.hitachi-solutions.com/application-innovation/">Application Innovation</a></li>
	<li id="menu-item-14288" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14288"><a href="https://global.hitachi-solutions.com/artificial-intelligence/">Artificial Intelligence (AI)</a></li>
	<li id="menu-item-14289" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14289"><a href="https://global.hitachi-solutions.com/business-applications/">Business Applications</a></li>
	<li id="menu-item-14290" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14290"><a href="https://global.hitachi-solutions.com/cloud-platform/">Cloud Platform</a></li>
	<li id="menu-item-14291" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14291"><a href="https://global.hitachi-solutions.com/data-analytics/">Data &#038; Analytics</a></li>
	<li id="menu-item-14292" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14292"><a href="https://global.hitachi-solutions.com/managed-services-4/">Managed Services</a></li>
	<li id="menu-item-14293" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14293"><a href="https://global.hitachi-solutions.com/governance-security/">Security &#038; Governance</a></li>
</ul>
</li>
<li id="menu-item-3860" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3860"><a href="https://global.hitachi-solutions.com/industry/">Industries</a>
<ul class="sub-menu">
	<li id="menu-item-7604" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7604"><a href="https://global.hitachi-solutions.com/industry/construction-aec/">Construction (AEC)</a></li>
	<li id="menu-item-11506" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11506"><a href="https://global.hitachi-solutions.com/industry/consumer-packaged-goods-cpg/">CPG &#038; Retail</a></li>
	<li id="menu-item-15839" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15839"><a href="https://global.hitachi-solutions.com/industry/energy/">Energy</a></li>
	<li id="menu-item-3862" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3862"><a href="https://global.hitachi-solutions.com/industry/financial-services/">Financial Services</a></li>
	<li id="menu-item-3863" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3863"><a href="https://global.hitachi-solutions.com/industry/healthcare/">Healthcare</a></li>
	<li id="menu-item-3864" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3864"><a href="https://global.hitachi-solutions.com/industry/insurance/">Insurance</a></li>
	<li id="menu-item-3865" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3865"><a href="https://global.hitachi-solutions.com/industry/manufacturing/">Manufacturing</a></li>
	<li id="menu-item-17401" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17401"><a href="https://global.hitachi-solutions.com/industry/sports-entertainment/">Sports &amp; Entertainment</a></li>
</ul>
</li>
<li id="menu-item-7748" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7748"><a href="https://global.hitachi-solutions.com/about/">About Hitachi Solutions</a>
<ul class="sub-menu">
	<li id="menu-item-7745" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7745"><a href="https://global.hitachi-solutions.com/about/na-leadership/">Leadership Team</a></li>
	<li id="menu-item-7746" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7746"><a href="https://global.hitachi-solutions.com/about/people-communities/">People Communities</a></li>
	<li id="menu-item-7744" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7744"><a href="https://global.hitachi-solutions.com/about/awards-recognition/">Awards and Recognition</a></li>
	<li id="menu-item-7742" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7742"><a href="https://global.hitachi-solutions.com/about/technical-achievements/">Technical Achievements</a></li>
	<li id="menu-item-7743" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7743"><a href="https://global.hitachi-solutions.com/about/history/">History</a></li>
	<li id="menu-item-7747" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7747"><a href="https://global.hitachi-solutions.com/about/sustainability/">Sustainability</a></li>
	<li id="menu-item-3881" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3881"><a href="https://global.hitachi-solutions.com/careers/">Career Opportunities</a></li>
	<li id="menu-item-14399" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14399"><a href="https://global.hitachi-solutions.com/our-tech-hub/">Our Tech Hub</a></li>
</ul>
</li>
<li id="menu-item-3884" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-3884"><a href="https://global.hitachi-solutions.com/insights/">Insights</a>
<ul class="sub-menu">
	<li id="menu-item-3885" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-206 current_page_item current_page_parent menu-item-3885"><a href="https://global.hitachi-solutions.com/blog/" aria-current="page">Blog</a></li>
	<li id="menu-item-3886" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3886"><a href="/customer-stories">Customer Stories</a></li>
	<li id="menu-item-3887" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3887"><a href="/downloads">Downloads</a></li>
	<li id="menu-item-3888" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3888"><a href="/webinars">Events</a></li>
	<li id="menu-item-7281" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7281"><a href="https://global.hitachi-solutions.com/podcasts/">Podcasts</a></li>
</ul>
</li>
</ul>					<div class="contact-us-container">
						<a href="/contact-us/" class="btn btn-primary small">Contact us</a>
					</div>
					<button class="mobile-nav-card__close" aria-controls="SiteHeader.mobileMenuCloseButton">
						<svg width="40" height="40" viewBox="0 0 40 40">
							<title>Close mobile navigation</title>
							<path d="M25.6 14.3a1 1 0 0 1 0 1.4l-4.24 4.25 4.25 4.24a1 1 0 1 1-1.42 1.42l-4.24-4.25-4.24 4.25a1 1 0 0 1-1.42-1.42l4.25-4.24-4.25-4.24a1 1 0 0 1 1.42-1.42l4.24 4.25 4.24-4.25a1 1 0 0 1 1.42 0z" fill="#9a9ca8"></path>
						</svg>
					</button>
				</div>
			</div>
		</nav>
	</header>
	<main id="main" role="main">
	
<div class="archive-gallery">
    <div class="container page-hero">
        <header class="page-heading">
            <div class="page-title">
                <h1>Blog</h1>
            </div>
            <div class="page-description"><p>Impactful blogs on the topics you want to read about</p></div>
        </header>
    </div>

    <div class="container">
        <!-- <div class="archive-gallery"> -->
    <div class="filter-post-results">

        <div class="post-filters-container">
    <aside class="post-filters">
        <h2 class="filters-label">Search by</h2>
        <form novalidate role="search" method="get" action="/">
            <label id="topic">
                <span>Topic</span>
                <div class="form-select">
                    <select name="category_name" class="form-select">
                        <option value="">All Topics</option>
                                                <option value="advisory" >Advisory</option>
                                                <option value="app-innovation" >App Innovation</option>
                                                <option value="at-hitachi-solutions" >At Hitachi Solutions</option>
                                                <option value="business-solutions" >Business Solutions</option>
                                                <option value="cloud-infrastructure" >Cloud Infrastructure</option>
                                                <option value="copilot" >Copilot</option>
                                                <option value="customer-user-experience" >Customer &amp; User Experience</option>
                                                <option value="data-analytics-ai" >Data, Analytics &amp; AI</option>
                                                <option value="power-platform" >Power Platform</option>
                                                <option value="security" >Security</option>
                                                <option value="thought-leadership" >Thought Leadership</option>
                                            </select>
                </div>
            </label>
            <label>
                <span>Type</span>
                <div>
                    <select name="post_type" class="form-select" id="type">
                        <option value="">All Insights</option>
                        <option value="post" >Blog Posts</option>
                        <option value="customer_stories" >Customer Stories</option>
                        <option value="downloads" >Downloads</option>
                        <option value="webinars" >Events</option>
                        <option value="podcasts" >Podcasts</option>
                    </select>
                </div>
            </label>
            <label id="download-type">
                <span>Download Type</span>
                <div class="form-select">
                    <select name="types" class="form-select">
                        <option value="">All Download Types</option>
                                                <option value="checklist" >Checklist</option>
                                                <option value="data-sheet" >Data Sheet</option>
                                                <option value="ebook" >Ebook</option>
                                                <option value="infographic" >Infographic</option>
                                                <option value="newsletter" >Newsletter</option>
                                                <option value="offer" >Offer</option>
                                                <option value="podcast" >Podcast</option>
                                                <option value="report" >Report</option>
                                                <option value="video" >Video</option>
                                                <option value="whitepaper" >Whitepaper</option>
                                            </select>
                </div>
            </label>
            <label id="industry">
                <span>Industry</span>
                <div class="form-select">
                    <select name="industries" class="form-select">
                        <option value="">All Industries</option>
                                                <option value="construction" >Construction</option>
                                                <option value="cpg-retail" >CPG &amp; Retail</option>
                                                <option value="financial-services" >Financial Services</option>
                                                <option value="healthcare" >Healthcare</option>
                                                <option value="insurance" >Insurance</option>
                                                <option value="manufacturing" >Manufacturing</option>
                                                <option value="services" >Services</option>
                                            </select>
                </div>
            </label>
            <label id="solution-area">
                <span>Solution Area</span>
                <div class="form-select">
                    <select name="solution-areas" class="form-select">
                    <option value="">All Solutions Areas</option>
                                                <option value="advisory" >Advisory</option>
                                                <option value="ai" >AI</option>
                                                <option value="application-innovation" >Application Innovation</option>
                                                <option value="azure" >Azure</option>
                                                <option value="customer-field-service" >Customer &amp; Field Service</option>
                                                <option value="customer-user-experience" >Customer &amp; User Experience</option>
                                                <option value="customer-relationship-management-crm" >Customer Relationship Management (CRM)</option>
                                                <option value="data-analytics" >Data &amp; Analytics</option>
                                                <option value="databricks" >Databricks</option>
                                                <option value="dynamics-365" >Dynamics 365</option>
                                                <option value="enterprise-resource-planning-erp" >Enterprise Resource Planning (ERP)</option>
                                                <option value="fabric" >Fabric</option>
                                                <option value="hitachi-solutions-empower-data-platform" >Hitachi Solutions Empower Data Platform</option>
                                                <option value="ip" >IP</option>
                                                <option value="managed-services" >Managed Services</option>
                                                <option value="migration" >Migration</option>
                                                <option value="modern-solutions" >Modern Solutions</option>
                                                <option value="modern-workplace" >Modern Workplace</option>
                                                <option value="power-platform" >Power Platform</option>
                                                <option value="sales-marketing" >Sales &amp; Marketing</option>
                                                <option value="security" >Security</option>
                                                <option value="supply-chain" >Supply Chain</option>
                                            </select>
                </div>
            </label>
            <label id="search">
                <span>Search</span>
                <input name="s" placeholder="Search Insights" class="form-input" value="" />
            </label>
            <button class="btn btn-primary" role="submit">Filter results</button>
        </form>
    </aside>
</div>
        <div class="post-results">
                                        <div class="post-section-container">
                                <article class="post-preview">
                    <a href="https://global.hitachi-solutions.com/blog/fabcon-2026-recap-where-microsoft-fabric-moved-from-vision-to-velocity/"><img src="https://global.hitachi-solutions.com/wp-content/uploads/2026/03/Web-Banner_FABCON-2026-Recap.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://global.hitachi-solutions.com/wp-content/uploads/2026/03/Web-Banner_FABCON-2026-Recap.jpg 968w, https://global.hitachi-solutions.com/wp-content/uploads/2026/03/Web-Banner_FABCON-2026-Recap-300x156.jpg 300w, https://global.hitachi-solutions.com/wp-content/uploads/2026/03/Web-Banner_FABCON-2026-Recap-768x398.jpg 768w" sizes="(max-width: 968px) 100vw, 968px" /></a>
                    <div class="post-copy">
                        <h3 class="post-title"><a href="https://global.hitachi-solutions.com/blog/fabcon-2026-recap-where-microsoft-fabric-moved-from-vision-to-velocity/">FABCON 2026 Recap: Where Microsoft Fabric Moved From Vision to Velocity</a></h3>
                                                <div class="tag-container"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/icon-tag.svg" alt="tag icon" loading="lazy" /><span class="post-preview-category" >Thought Leadership</span></div>
                                                <p class="reading-time">4 minute read</p>                    </div>
                </article>
                                <article class="post-preview">
                    <a href="https://global.hitachi-solutions.com/blog/live-from-fabcon-2026-making-microsoft-fabric-practical/"><img src="https://global.hitachi-solutions.com/wp-content/uploads/2026/03/Web-Banner_Were-live-from-FABCON-2026.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" srcset="https://global.hitachi-solutions.com/wp-content/uploads/2026/03/Web-Banner_Were-live-from-FABCON-2026.jpg 968w, https://global.hitachi-solutions.com/wp-content/uploads/2026/03/Web-Banner_Were-live-from-FABCON-2026-300x156.jpg 300w, https://global.hitachi-solutions.com/wp-content/uploads/2026/03/Web-Banner_Were-live-from-FABCON-2026-768x398.jpg 768w" sizes="(max-width: 968px) 100vw, 968px" /></a>
                    <div class="post-copy">
                        <h3 class="post-title"><a href="https://global.hitachi-solutions.com/blog/live-from-fabcon-2026-making-microsoft-fabric-practical/">Live from FABCON 2026: Making Microsoft Fabric Practical</a></h3>
                                                <div class="tag-container"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/icon-tag.svg" alt="tag icon" loading="lazy" /><span class="post-preview-category" >Thought Leadership</span></div>
                                                <p class="reading-time">2 minute read</p>                    </div>
                </article>
                                <article class="post-preview">
                    <a href="https://global.hitachi-solutions.com/blog/faster-pipelines-lower-costs-no-code-changes-our-gpu-experiment-heads-to-nvidia-gtc/"><img src="https://global.hitachi-solutions.com/wp-content/uploads/2026/03/Web-Banner_NVIDIA-GTC.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" srcset="https://global.hitachi-solutions.com/wp-content/uploads/2026/03/Web-Banner_NVIDIA-GTC.jpg 968w, https://global.hitachi-solutions.com/wp-content/uploads/2026/03/Web-Banner_NVIDIA-GTC-300x156.jpg 300w, https://global.hitachi-solutions.com/wp-content/uploads/2026/03/Web-Banner_NVIDIA-GTC-768x398.jpg 768w" sizes="(max-width: 968px) 100vw, 968px" /></a>
                    <div class="post-copy">
                        <h3 class="post-title"><a href="https://global.hitachi-solutions.com/blog/faster-pipelines-lower-costs-no-code-changes-our-gpu-experiment-heads-to-nvidia-gtc/">Faster Pipelines. Lower Costs. No Code Changes. Our GPU Experiment Heads to NVIDIA GTC</a></h3>
                                                <div class="tag-container"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/icon-tag.svg" alt="tag icon" loading="lazy" /><span class="post-preview-category" >Thought Leadership</span></div>
                                                <p class="reading-time">3 minute read</p>                    </div>
                </article>
                                <article class="post-preview">
                    <a href="https://global.hitachi-solutions.com/blog/meet-the-experts-before-you-meet-the-experts-at-fabcon-2026/"><img src="https://global.hitachi-solutions.com/wp-content/uploads/2026/02/Web-Banner_FABCON-2026-Meet-the-Experts_w-Carrie-.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://global.hitachi-solutions.com/wp-content/uploads/2026/02/Web-Banner_FABCON-2026-Meet-the-Experts_w-Carrie-.jpg 968w, https://global.hitachi-solutions.com/wp-content/uploads/2026/02/Web-Banner_FABCON-2026-Meet-the-Experts_w-Carrie--300x156.jpg 300w, https://global.hitachi-solutions.com/wp-content/uploads/2026/02/Web-Banner_FABCON-2026-Meet-the-Experts_w-Carrie--768x398.jpg 768w" sizes="(max-width: 968px) 100vw, 968px" /></a>
                    <div class="post-copy">
                        <h3 class="post-title"><a href="https://global.hitachi-solutions.com/blog/meet-the-experts-before-you-meet-the-experts-at-fabcon-2026/">Meet the experts before you meet the experts at FABCON 2026</a></h3>
                                                <div class="tag-container"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/icon-tag.svg" alt="tag icon" loading="lazy" /><span class="post-preview-category" >Thought Leadership</span></div>
                                                <p class="reading-time">5 minute read</p>                    </div>
                </article>
                                <article class="post-preview">
                    <a href="https://global.hitachi-solutions.com/blog/healthcare-provider-trends/"><img src="https://global.hitachi-solutions.com/wp-content/uploads/2026/02/future-of-healthcare_b.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://global.hitachi-solutions.com/wp-content/uploads/2026/02/future-of-healthcare_b.png 968w, https://global.hitachi-solutions.com/wp-content/uploads/2026/02/future-of-healthcare_b-300x156.png 300w, https://global.hitachi-solutions.com/wp-content/uploads/2026/02/future-of-healthcare_b-768x398.png 768w" sizes="(max-width: 968px) 100vw, 968px" /></a>
                    <div class="post-copy">
                        <h3 class="post-title"><a href="https://global.hitachi-solutions.com/blog/healthcare-provider-trends/"> 5 Provider Trends Shaping Healthcare in 2026</a></h3>
                                                <div class="tag-container"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/icon-tag.svg" alt="tag icon" loading="lazy" /><span class="post-preview-category" >Thought Leadership</span></div>
                                                <p class="reading-time">13 minute read</p>                    </div>
                </article>
                                <article class="post-preview">
                    <a href="https://global.hitachi-solutions.com/blog/erp-localization-philippines-thailand-vietnam/"><img src="https://global.hitachi-solutions.com/wp-content/uploads/2026/02/erp-localization-ph-vn-th-why-it-matters-6-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Regional ERP team collaborating on localization for Philippines, Vietnam, and Thailand" decoding="async" loading="lazy" srcset="https://global.hitachi-solutions.com/wp-content/uploads/2026/02/erp-localization-ph-vn-th-why-it-matters-6-1.jpg 968w, https://global.hitachi-solutions.com/wp-content/uploads/2026/02/erp-localization-ph-vn-th-why-it-matters-6-1-300x156.jpg 300w, https://global.hitachi-solutions.com/wp-content/uploads/2026/02/erp-localization-ph-vn-th-why-it-matters-6-1-768x398.jpg 768w" sizes="(max-width: 968px) 100vw, 968px" /></a>
                    <div class="post-copy">
                        <h3 class="post-title"><a href="https://global.hitachi-solutions.com/blog/erp-localization-philippines-thailand-vietnam/">Why It Matters: ERP Localization for Philippines, Vietnam, and Thailand</a></h3>
                                                <div class="tag-container"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/icon-tag.svg" alt="tag icon" loading="lazy" /><span class="post-preview-category" >At Hitachi Solutions</span></div>
                                                <p class="reading-time">3 minute read</p>                    </div>
                </article>
                                <article class="post-preview">
                    <a href="https://global.hitachi-solutions.com/blog/from-data-platforms-to-ai-outcomes-a-fabcon-2026-preview/"><img src="https://global.hitachi-solutions.com/wp-content/uploads/2026/02/Fabcon-Banner_2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://global.hitachi-solutions.com/wp-content/uploads/2026/02/Fabcon-Banner_2.jpg 968w, https://global.hitachi-solutions.com/wp-content/uploads/2026/02/Fabcon-Banner_2-300x156.jpg 300w, https://global.hitachi-solutions.com/wp-content/uploads/2026/02/Fabcon-Banner_2-768x398.jpg 768w" sizes="(max-width: 968px) 100vw, 968px" /></a>
                    <div class="post-copy">
                        <h3 class="post-title"><a href="https://global.hitachi-solutions.com/blog/from-data-platforms-to-ai-outcomes-a-fabcon-2026-preview/">From Data Platforms to AI Outcomes: A FabCon 2026 Preview</a></h3>
                                                <div class="tag-container"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/icon-tag.svg" alt="tag icon" loading="lazy" /><span class="post-preview-category" >Thought Leadership</span></div>
                                                <p class="reading-time">2 minute read</p>                    </div>
                </article>
                                <article class="post-preview">
                    <a href="https://global.hitachi-solutions.com/blog/hitachi-reinvents-ellipse-enterprise-asset-management-eam-solution-with-microsofts-ai-enabled-technology/"><img src="https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Web-Banner_PRESS-RELEASE_1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Web-Banner_PRESS-RELEASE_1.jpg 968w, https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Web-Banner_PRESS-RELEASE_1-300x156.jpg 300w, https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Web-Banner_PRESS-RELEASE_1-768x398.jpg 768w" sizes="(max-width: 968px) 100vw, 968px" /></a>
                    <div class="post-copy">
                        <h3 class="post-title"><a href="https://global.hitachi-solutions.com/blog/hitachi-reinvents-ellipse-enterprise-asset-management-eam-solution-with-microsofts-ai-enabled-technology/">Hitachi reinvents Ellipse Enterprise Asset Management (EAM) solution with Microsoft’s AI-enabled technology</a></h3>
                                                <div class="tag-container"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/icon-tag.svg" alt="tag icon" loading="lazy" /><span class="post-preview-category" >Thought Leadership</span></div>
                                                <p class="reading-time">2 minute read</p>                    </div>
                </article>
                                <article class="post-preview">
                    <a href="https://global.hitachi-solutions.com/blog/life-sciences-trends/"><img src="https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Life-sciences_blog-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Life-sciences_blog-1.png 968w, https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Life-sciences_blog-1-300x156.png 300w, https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Life-sciences_blog-1-768x398.png 768w" sizes="(max-width: 968px) 100vw, 968px" /></a>
                    <div class="post-copy">
                        <h3 class="post-title"><a href="https://global.hitachi-solutions.com/blog/life-sciences-trends/">The Future of Life Sciences: 2026 Trends  </a></h3>
                                                <div class="tag-container"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/icon-tag.svg" alt="tag icon" loading="lazy" /><span class="post-preview-category" >Thought Leadership</span></div>
                                                <p class="reading-time">9 minute read</p>                    </div>
                </article>
                                <article class="post-preview">
                    <a href="https://global.hitachi-solutions.com/blog/redefining-customer-experience-with-ai-agents-insights-from-alex-rigaud/"><img src="https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Alex-MS-Event-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Alex-MS-Event-1.png 968w, https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Alex-MS-Event-1-300x156.png 300w, https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Alex-MS-Event-1-768x398.png 768w" sizes="(max-width: 968px) 100vw, 968px" /></a>
                    <div class="post-copy">
                        <h3 class="post-title"><a href="https://global.hitachi-solutions.com/blog/redefining-customer-experience-with-ai-agents-insights-from-alex-rigaud/">Redefining Customer Experience with AI Agents— Insights from Alex Rigaud</a></h3>
                                                <div class="tag-container"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/icon-tag.svg" alt="tag icon" loading="lazy" /><span class="post-preview-category" >Thought Leadership</span></div>
                                                <p class="reading-time">2 minute read</p>                    </div>
                </article>
                                <article class="post-preview">
                    <a href="https://global.hitachi-solutions.com/blog/accelerating-transformation-in-the-age-of-ai/"><img src="https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Accelerating-Transformation_b.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Accelerating-Transformation_b.jpg 968w, https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Accelerating-Transformation_b-300x156.jpg 300w, https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Accelerating-Transformation_b-768x398.jpg 768w" sizes="(max-width: 968px) 100vw, 968px" /></a>
                    <div class="post-copy">
                        <h3 class="post-title"><a href="https://global.hitachi-solutions.com/blog/accelerating-transformation-in-the-age-of-ai/"> Accelerating Transformation, Adoption, and Value in the Age of AI </a></h3>
                                                <div class="tag-container"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/icon-tag.svg" alt="tag icon" loading="lazy" /><span class="post-preview-category" >Thought Leadership</span></div>
                                                <p class="reading-time">10 minute read</p>                    </div>
                </article>
                                <article class="post-preview">
                    <a href="https://global.hitachi-solutions.com/blog/a-look-back-at-ces-and-a-look-ahead-to-2026/"><img src="https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Customer-Zero-Stuart-blog-1-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Customer-Zero-Stuart-blog-1-1.png 968w, https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Customer-Zero-Stuart-blog-1-1-300x156.png 300w, https://global.hitachi-solutions.com/wp-content/uploads/2026/01/Customer-Zero-Stuart-blog-1-1-768x398.png 768w" sizes="(max-width: 968px) 100vw, 968px" /></a>
                    <div class="post-copy">
                        <h3 class="post-title"><a href="https://global.hitachi-solutions.com/blog/a-look-back-at-ces-and-a-look-ahead-to-2026/">A Look Back at CES and a Look Ahead to 2026</a></h3>
                                                <div class="tag-container"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/icon-tag.svg" alt="tag icon" loading="lazy" /><span class="post-preview-category" >Thought Leadership</span></div>
                                                <p class="reading-time">2 minute read</p>                    </div>
                </article>
                            </div>
            
	<nav class="navigation pagination" aria-label="Posts pagination">
		<h2 class="screen-reader-text">Posts pagination</h2>
		<div class="nav-links"><span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://global.hitachi-solutions.com/blog/page/2/">2</a>
<span class="page-numbers dots">&hellip;</span>
<a class="page-numbers" href="https://global.hitachi-solutions.com/blog/page/57/">57</a>
<a class="next page-numbers" href="https://global.hitachi-solutions.com/blog/page/2/">&raquo;</a></div>
	</nav>        </div>
    </div>
<!-- </div> -->    </div>
</div>

<footer class="footer">
	<div class="site-logo">
		<a href="/" class="hitachi-solutions-logo">Hitachi Solutions</a>
	</div>
	<div class="geo-container">
	<svg class="location-icon" width="16" height="16" viewBox="0 0 16 16">
	  <path d="M3.54 8.04h4.42v4.43c0 .57.76.75 1.01.24l4.96-9.93a.54.54 0 0 0-.72-.72L3.3 7.03c-.5.25-.33 1.01.24 1.01" fill="#0A2540" fill-rule="evenodd"></path>
	</svg>
				<div class="geot_dropdown_container">
			<select class="geot_dropdown geot-ddslick" name="geot_dropdown" id="geot_dropdown"
			        data-flags="">
				<option value="">Change your location</option>
									<option value="AU" 					        data-imagesrc="geot-flag flag-au">Australia</option>
										<option value="BN" 					        data-imagesrc="geot-flag flag-bn">Brunei Darussalam</option>
										<option value="KH" 					        data-imagesrc="geot-flag flag-kh">Cambodia</option>
										<option value="CA" 					        data-imagesrc="geot-flag flag-ca">Canada</option>
										<option value="HK" 					        data-imagesrc="geot-flag flag-hk">Hong Kong</option>
										<option value="IN" 					        data-imagesrc="geot-flag flag-in">India</option>
										<option value="ID" 					        data-imagesrc="geot-flag flag-id">Indonesia</option>
										<option value="KW" 					        data-imagesrc="geot-flag flag-kw">Kuwait</option>
										<option value="MY" 					        data-imagesrc="geot-flag flag-my">Malaysia</option>
										<option value="NZ" 					        data-imagesrc="geot-flag flag-nz">New Zealand</option>
										<option value="PH" 					        data-imagesrc="geot-flag flag-ph">Philippines</option>
										<option value="SA" 					        data-imagesrc="geot-flag flag-sa">Saudi Arabia</option>
										<option value="SG" 					        data-imagesrc="geot-flag flag-sg">Singapore</option>
										<option value="LK" 					        data-imagesrc="geot-flag flag-lk">Sri Lanka</option>
										<option value="TW" 					        data-imagesrc="geot-flag flag-tw">Taiwan, Province of China</option>
										<option value="TH" 					        data-imagesrc="geot-flag flag-th">Thailand</option>
										<option value="AE" 					        data-imagesrc="geot-flag flag-ae">United Arab Emirates</option>
										<option value="US" selected="selected"					        data-imagesrc="geot-flag flag-us">United States of America</option>
										<option value="VN" 					        data-imagesrc="geot-flag flag-vn">Viet Nam</option>
								</select>
		</div>
			</div>
	<div class="container">
		<nav class="footer-nav"><ul id="menu-footer" class="footer-menu"><li id="menu-item-14239" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-14239"><a href="https://global.hitachi-solutions.com/what-we-do/">What We Do</a>
<ul class="sub-menu">
	<li id="menu-item-14284" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14284"><a href="https://global.hitachi-solutions.com/advisory/">Advisory Services</a></li>
	<li id="menu-item-14241" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14241"><a href="https://global.hitachi-solutions.com/application-innovation/">Application Innovation</a></li>
	<li id="menu-item-14242" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14242"><a href="https://global.hitachi-solutions.com/artificial-intelligence/">Artificial Intelligence (AI)</a></li>
	<li id="menu-item-14243" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14243"><a href="https://global.hitachi-solutions.com/business-applications/">Business Applications</a></li>
	<li id="menu-item-14244" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14244"><a href="https://global.hitachi-solutions.com/cloud-platform/">Cloud Platform</a></li>
	<li id="menu-item-14245" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14245"><a href="https://global.hitachi-solutions.com/data-analytics/">Data &#038; Analytics</a></li>
	<li id="menu-item-14246" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14246"><a href="https://global.hitachi-solutions.com/managed-services-4/">Managed Services</a></li>
	<li id="menu-item-14240" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14240"><a href="https://global.hitachi-solutions.com/governance-security/">Security &#038; Governance</a></li>
</ul>
</li>
<li id="menu-item-673" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-673"><a href="https://global.hitachi-solutions.com/industry/">Industries</a>
<ul class="sub-menu">
	<li id="menu-item-11507" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11507"><a href="https://global.hitachi-solutions.com/industry/construction-aec/">Construction</a></li>
	<li id="menu-item-683" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-683"><a href="https://global.hitachi-solutions.com/industry/consumer-packaged-goods-cpg/">CPG &#038; Retail</a></li>
	<li id="menu-item-15838" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15838"><a href="https://global.hitachi-solutions.com/industry/energy/">Energy</a></li>
	<li id="menu-item-685" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-685"><a href="https://global.hitachi-solutions.com/industry/financial-services/">Financial Services</a></li>
	<li id="menu-item-686" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-686"><a href="https://global.hitachi-solutions.com/industry/healthcare/">Healthcare</a></li>
	<li id="menu-item-687" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-687"><a href="https://global.hitachi-solutions.com/industry/insurance/">Insurance</a></li>
	<li id="menu-item-688" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-688"><a href="https://global.hitachi-solutions.com/industry/manufacturing/">Manufacturing</a></li>
	<li id="menu-item-17404" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17404"><a href="https://global.hitachi-solutions.com/industry/sports-entertainment/">Sports &amp; Entertainment</a></li>
</ul>
</li>
<li id="menu-item-7757" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7757"><a href="https://global.hitachi-solutions.com/about/">About Us</a>
<ul class="sub-menu">
	<li id="menu-item-7761" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7761"><a href="https://global.hitachi-solutions.com/about/na-leadership/">Leadership Team</a></li>
	<li id="menu-item-7756" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7756"><a href="https://global.hitachi-solutions.com/about/people-communities/">People Communities</a></li>
	<li id="menu-item-7760" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7760"><a href="https://global.hitachi-solutions.com/about/awards-recognition/">Awards and Recognition</a></li>
	<li id="menu-item-7758" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7758"><a href="https://global.hitachi-solutions.com/about/technical-achievements/">Technical Achievements</a></li>
	<li id="menu-item-7759" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7759"><a href="https://global.hitachi-solutions.com/about/history/">History</a></li>
	<li id="menu-item-7762" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7762"><a href="https://global.hitachi-solutions.com/about/sustainability/">Sustainability</a></li>
	<li id="menu-item-1419" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1419"><a href="https://global.hitachi-solutions.com/careers/">Career Opportunities</a></li>
	<li id="menu-item-14401" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14401"><a href="https://global.hitachi-solutions.com/our-tech-hub/">Our Tech Hub</a></li>
</ul>
</li>
<li id="menu-item-14247" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-14247"><a href="https://global.hitachi-solutions.com/insights/">Insights</a>
<ul class="sub-menu">
	<li id="menu-item-14248" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-206 current_page_item current_page_parent menu-item-14248"><a href="https://global.hitachi-solutions.com/blog/" aria-current="page">Blog</a></li>
	<li id="menu-item-14249" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14249"><a href="/customer-stories/">Customer Stories</a></li>
	<li id="menu-item-14250" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14250"><a href="/downloads/">Downloads</a></li>
	<li id="menu-item-14251" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14251"><a href="/webinars/">Events</a></li>
	<li id="menu-item-14252" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14252"><a href="/podcasts/">Podcasts</a></li>
</ul>
</li>
</ul></nav>	</div>
	<div class="footer-utility">
		<div class="links">
			<span>&copy; Hitachi Solutions 2026</span>
			<a href="http://www.hitachi-solutions.com/terms/">Terms of Use</a>
			<a href="/privacy-policy">Privacy Policy</a>
			<a href="/privacy-policy#ca-privacy-notice">CA Privacy Notice</a>
			<!-- CookiePro Cookies Settings button start -->
			<button id="ot-sdk-btn" class="ot-sdk-show-settings">Cookie Settings</button>
			<!-- CookiePro Cookies Settings button end -->
		</div>
		<div class="social">
						<a href="https://www.facebook.com/HitachiSolUs/" class="social-item"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/facebook-f.svg" alt="facebook"></a>
			<a href="https://twitter.com/hitachisolus" class="social-item"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/x.svg" alt="x"></a>
			<a href="https://www.youtube.com/user/HitachiSolUS" class="social-item"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/youtube.svg" alt="youtube"></a>
			<a href="https://www.instagram.com/hitachisolutionsamerica/" class="social-item"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/instagram.svg" alt="instagram"></a>
			<a href="https://www.linkedin.com/company/hitachi-solutions-america/" class="social-item"><img src="/wp-content/themes/hitachisolutions/assets/images/svg/linkedin-in.svg" alt="linkedin"></a>
					</div>
	</div>
</footer>
</main>
</body>
</html>