-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmigrateFAST.html
More file actions
568 lines (491 loc) · 27.4 KB
/
migrateFAST.html
File metadata and controls
568 lines (491 loc) · 27.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0">
<!-- ========================================================= -->
<!-- 🟦 PAGE-SPECIFIC TAGS — update for each individual page -->
<!-- ========================================================= -->
<title>MigrateFAST | MAQ Software</title>
<meta name="description" content="Optimize, migrate, and embed your Power BI environments with MigrateFAST. Streamline BI processes, reduce costs, and empower your organization with faster, scalable Power BI solutions.">
<meta name="keywords" content="
Power BI migration, Power BI embedding, Power BI hosting, Power BI cloud migration, Power BI integration, Power BI environment optimization, Power BI solutions, Power BI report deployment, Power BI enterprise solutions, Power BI automation, Power BI web application, MAQ Software">
<!-- Open Graph / Social -->
<meta property="og:title" content="MigrateFAST | MAQ Software | Microsoft Fabric Featured Partner">
<meta property="og:description" content="Optimize, migrate, and embed your Power BI environments with MigrateFAST. Streamline BI processes, reduce costs, and empower your organization with faster, scalable Power BI solutions.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://maqsoftware.com/expertise/migratefast">
<meta property="og:site_name" content="MAQ Software">
<meta property="og:image" content="../images/expertise/ai-main">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="MigrateFAST | MAQ Software">
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="en_GB">
<meta property="og:locale:alternate" content="en_CA">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@MAQSoftware">
<meta name="twitter:creator" content="@MAQSoftware">
<meta name="twitter:title" content="MigrateFAST | MAQ Software | Microsoft Fabric Featured Partner">
<meta name="twitter:description" content="Optimize, migrate, and embed your Power BI environments with MigrateFAST. Streamline BI processes, reduce costs, and empower your organization with faster, scalable Power BI solutions.">
<meta name="twitter:image" content="../images/expertise/ai-main">
<meta name="twitter:image:alt" content="MigrateFAST | MAQ Software">
<meta name="twitter:widgets:theme" content="light">
<link rel="canonical" href="https://maqsoftware.com/expertise/migratefast">
<link rel="shortcut icon" type="image/x-icon" href="../images/logos/MAQ-Software-URL.png">
<!-- ========================================================= -->
<!-- 🟩 FONTS -->
<!-- ========================================================= -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700%7CHind+Madurai:400,500&subset=latin-ext" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
<!-- ========================================================= -->
<!-- 🟩 CSS -->
<!-- ========================================================= -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://getbootstrap.com/docs/5.3/assets/css/docs.css" rel="stylesheet">
<link rel="stylesheet" href="../css/core.min.css">
<link rel="stylesheet" href="../css/skin.css">
<link rel="stylesheet" href="../css/commonstyle.css">
<link rel="stylesheet" href="../css/isvpage.css?v=20230614.1">
<link rel="stylesheet" href="../css/Microsoft-Fabric.css">
<link rel="stylesheet" href="/css/styles.css">
<!-- ========================================================= -->
<!-- 🟩 ANALYTICS & TRACKING -->
<!-- ========================================================= -->
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S0W302CGQG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-S0W302CGQG');
</script>
<!-- Microsoft Clarity -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "oekduyvjws");
</script>
<!-- ========================================================= -->
<!-- 🟩 INLINE STYLES & CUSTOM JS -->
<!-- ========================================================= -->
<style>
.content-grid-6, .content-grid-4 { display: flex; justify-content: center; align-items: center; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin:0; }
input[type=number] { -moz-appearance: textfield; }
.box { transition: all 0.3s ease-in-out; }
.box:hover { box-shadow: 0px 10px 20px rgba(0,0,0,0.19),0px 6px 6px rgba(0,0,0,0.23); transform: translateY(-5px); }
</style>
<script>
function keyfeaturesClick(featuresectionid, imageid){
var imageelement=document.getElementById(imageid);
Array.from(imageelement.parentNode.children).forEach(el=>el.style.display='none');
imageelement.style.display='block';
var featuresection=document.getElementById(featuresectionid);
Array.from(featuresection.parentNode.children).forEach(el=>el.classList.remove("resources-div-click"));
featuresection.classList.add("resources-div-click");
}
function hover(box,newSource){box.getElementsByTagName('img')[0].setAttribute('src',newSource);}
function unhover(box,oldSource){box.getElementsByTagName('img')[0].setAttribute('src',oldSource);}
</script>
<!-- ========================================================= -->
<!-- 🟩 PAGE ELEMENT SCRIPTS -->
<!-- ========================================================= -->
<script src="../js/accordion.js"></script>
<script src="../js/borderless-centered-cards.js"></script>
<script src="../js/image-card.js"></script>
<script src="../js/icon-cards.js"></script>
<script src="../js/price-card.js"></script>
<script src="../js/step-image-card.js"></script>
<script src="../js/contact-section.js"></script>
</head>
<body class="shop home-page">
<!-- Header -->
<header id="header" class="header header-absolute header-fixed-on-mobile header-transparent"
data-bkg-threshold="100" data-sticky-threshold="0"></header>
<!-- Header End -->
<!--Hero Section-->
<div class="section-block-padding-sm products-hero-section lg-section-block-padding-hero">
<div class="section-container">
<div class="row flex two-columns-on-tablet">
<div class="column width-6 v-align-middle left center-on-mobile">
<div class="section-heading-container">
<h1 class="page-title">
MigrateFAST
</h1>
<!-- <div class="red-underline-rectangle center-on-mobile"></div> -->
<p class="section-subheading center-on-mobile break">
Accelerate your migration journey to Microsoft Fabric.
</p>
<p class="section-subheading center-on-mobile">
Simplify data and reporting platform migration to Microsoft Fabric with AI-powered tools for faster and easier transitions.
</p>
<div class="flex-row mb-column">
<a href="mailto:CustomerSuccess@MAQSoftware.com?subject=Contact%20Us&body=Hello,%20I%20would%20like%20to%20get%20in%20touch%20with%20you." class="btn-primary btn-text" target="_blank" rel="noopener noreferrer">Contact our team</a>
</div>
</div>
</div>
<div class="column width-6 right hide-on-mobile">
<div class="feature-image img-placeholder">
<div class="homepage-feature mb-0">
<img class="homepage-feature-img" src="images-new/isv/migrate-fast.jpg" alt="Power BI Embed">
</div>
</div>
</div>
</div>
</div>
</div>
<!--Hero Section End-->
<!--Outcomes Section-->
<div class="section-block-padding-sm">
<div id="security-business-outcomes" class="section-container">
<div class="section-heading-container-centered">
<h1 class="section-header">See how your business can benefit from MigrateFAST</h1>
<p class="section-subheading">Let our automation toolkit do the heavy lifting for you.</p>
</div>
</div>
<script>
const businessOutcomes = [
{
icon: "fluent--tray-item-remove-24-regular",
title: "Large-scale migration",
body: "Enables large scale migration of reports from Tableau to Power BI."
},
{
icon: "fluent--money-hand-24-regular",
title: "Cost savings",
body: "Reduces the time and resources required to migrate reports using AI, resulting in cost savings of 40%."
},
{
icon: "fluent--arrow-circle-up-sparkle-24-regular",
title: "Optimization",
body: "Optimizes the migration process to ensure high-quality and accurate report conversion."
}
];
renderCards("#security-business-outcomes", businessOutcomes, 3);
</script>
</div>
<!--Outcomes Section End-->
<!--Steps Section-->
<!--
<div class="section-block-padding-sm steps-section centered-section">
<div class="section-heading-container-centered">
<h2 class="display-medium">Improve your Power BI load times in three easy steps</h2>
<p class="section-subheading">Our streamlined approach is guaranteed to give you quick and accurate results</p>
</div>
<div class="business-outcomes-flex-grid max-section-size">
<div class="card-item-centered">
<img src="..\images-new\Icons\data-gear.png" alt="Data Gear Icon" class="services-icon-img">
<p class="card-title-centered">1. Integrate your application</p>
<p class="body-text-centered">
Choose your desired Power BI reports and pages from your workspaces.
</p>
</div>
<div class="card-item-centered">
<img src="..\images-new\Icons\scalability.png" alt="Scalability Icon" class="services-icon-img">
<p class="card-title-centered">2. Onboard customer tenants</p>
<p class="body-text-centered">
Set the number of users and the actions they will be performing on your report.
</p>
</div>
<div class="card-item-centered">
<img src="..\images-new\Icons\upwards-trend-graph.png" alt="Upwards Trend Graph Icon" class="services-icon-img">
<p class="card-title-centered">3. Create newsletters</p>
<p class="body-text-centered">
Run the test and let our system determine the necessary capacity based on CPU usage in the stress test.
</p>
</div>
</div>
</div> -->
<!--Steps Section End-->
<!--Steps Section-->
<div class="section-block-padding-sm centered-section grey-bg">
<div class="section-container">
<div class="section-heading-container-centered">
<h1 class="section-header">Our 6-step migration process</h1>
<p class="section-subheading">MigrateFAST guarantees accurate results with maximum efficiency</p>
</div>
<div class="grid-3-steps" style="margin-top: 3rem;">
<div class="step-card">
<div class="step-num">
<p>1</p>
</div>
<div>
<p class="card-title">Inventory analysis</p>
<p class="body-text">
Extract metadata, analyze reports, and assess data compatibility for a structured migration plan.
</p>
</div>
</div>
<div class="step-card">
<div class="step-num">
<p>2</p>
</div>
<div>
<p class="card-title">Estimation and planning</p>
<p class="body-text">
Estimate costs, finalize architecture, identify risks, and define roles.
</p>
</div>
</div>
<div class="step-card">
<div class="step-num">
<p>3</p>
</div>
<div>
<p class="card-title">Semantic model and report creation</p>
<p class="body-text">
Build a Power BI model, optimize data, and replicate report interactions for seamless functionality.
</p>
</div>
</div>
<div class="step-card">
<div class="step-num">
<p>4</p>
</div>
<div>
<p class="card-title">Review</p>
<p class="body-text">
Optimize performance, ensure uniformity, verify data accuracy, and certify reports.
</p>
</div>
</div>
<div class="step-card">
<div class="step-num">
<p>5</p>
</div>
<div>
<p class="card-title">Governance</p>
<p class="body-text">
Track data lineage, maintain best practices, monitor performance, and set alerts.
</p>
</div>
</div>
<div class="step-card">
<div class="step-num">
<p>6</p>
</div>
<div>
<p class="card-title">Center of Excellence (CoE)</p>
<p class="body-text">
Ongoing support, user training, troubleshooting, and KPI tracking post-migration.
</p>
</div>
</div>
</div>
</div>
<!--
<div class="business-outcomes-flex-grid max-section-size mb-grid-product">
<div class="card-item-centered">
<p class="card-title-centered">Step 1</p>
<img src="..\images-new\isv\reports4.svg" alt="https://storyset.com/illustration/setup-analytics/pana" class="steps-img-story">
<p class="card-title-centered">Inventory analysis</p>
<p class="body-text-centered">
Extract metadata, analyze reports, and assess data compatibility for a structured migration plan.
</p>
</div>
<div class="card-item-centered">
<p class="card-title-centered">Step 2</p>
<img src="..\images-new\isv\review.svg" alt="https://storyset.com/illustration/online-document/pana" class="steps-img-story">
<p class="card-title-centered">Estimation and planning</p>
<p class="body-text-centered">
Estimate costs, finalize architecture, identify risks, and define roles.
</p>
</div>
<div class="card-item-centered">
<p class="card-title-centered">Step 3</p>
<img src="..\images-new\isv\optimize.svg" alt="https://storyset.com/illustration/conversion-rate-optimization/pana" class="steps-img-story">
<p class="card-title-centered">Semantic model and report</p>
<p class="body-text-centered">
Build a Power BI model, optimize data, and replicate report interactions for seamless functionality.
</p>
</div>
</div>
<div class="business-outcomes-flex-grid max-section-size mb-grid-product">
<div class="card-item-centered">
<p class="card-title-centered">Step 4</p>
<img src="..\images-new\isv\reports4.svg" alt="https://storyset.com/illustration/setup-analytics/pana" class="steps-img-story">
<p class="card-title-centered">Review</p>
<p class="body-text-centered">
Optimize performance, verify data accuracy, and certify reports.
</p>
</div>
<div class="card-item-centered">
<p class="card-title-centered">Step 5</p>
<img src="..\images-new\isv\review.svg" alt="https://storyset.com/illustration/online-document/pana" class="steps-img-story">
<p class="card-title-centered">Governance</p>
<p class="body-text-centered">
Track data lineage, maintain best practices, monitor performance, and set alerts.
</p>
</div>
<div class="card-item-centered">
<p class="card-title-centered">Step 6</p>
<img src="..\images-new\isv\optimize.svg" alt="https://storyset.com/illustration/conversion-rate-optimization/pana" class="steps-img-story">
<p class="card-title-centered">Center of Excellence (CoE)</p>
<p class="body-text-centered">
Ongoing support, user training, troubleshooting, and KPI tracking post-migration.
</p>
</div>
</div> -->
</div>
<div class="section-block-padding-sm centered-section">
<div class="section-container row-section">
<div class="col-3-8">
<div class="section-heading-container">
<h1 class="section-header">Discover how MigrateFAST automates a Tableau-to-Power BI migration.</h1>
</div>
<ul class="body-text" style="margin-top: 2rem;">
<li>Upload Tableau reports and auto-extract metadata</li>
<li>Get timeline estimates for the migration</li>
<li>Analyze report similarity to remove duplicates</li>
<li>Auto-convert LOD to DAX and check for errors</li>
<li>Customize Power BI report UI</li>
</ul>
</div>
<iframe class="col-4-8" src="https://www.youtube.com/embed/NKd92QYRrG4?si=JoLs_S7wMKCaRZFz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<!--Steps Section End-->
<!--Accordian Section-->
<!-- <div class="section-block-padding-sm centered-section accordion-gray">
<div class="accordion-header-container max-section-size">
<h2 class="display-medium">Resources</h2>
</div>
<div class="max-accordion-size">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Partner Showcase video
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<div class="flex-col-2 accordion-body-2">
<iframe class="accordion-img" src="https://www.youtube.com/embed/iwhMYf58SqE?si=aN-dOljFYtGTJBke" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<div class="accordion-text">
<div class="accordion-text-group mb-accordion-img">
<p class="accordion-title"><strong>Watch our partner showcase video to see the EmbedFAST in action.</strong></p>
<p class="body-text">Experience how seamlessly it integrates into applications.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Technical documentation
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
<div class="flex-col-2 accordion-body-2">
<img src="../img/Microsoft-Fabric/Slider1.png" class="accordion-img mb-accordion-img"alt="Power BI report on computer monitor">
<div class="accordion-text">
<div class="accordion-text-group">
<p class="accordion-title"><strong>Access our technical documentation to get in-depth information on integrating and using EmbedFAST.</strong></p>
<p class="body-text">Discover step-by-step instructions, best practices, and troubleshooting tips to ensure seamless implementation and optimal performance.</p>
</div>
<a href="https://maqsoftware.gitbook.io/embedfast-technical-documentation" class="learn-more-link body-bold large-link" target="_blank" rel="noopener noreferrer">View EmbedFAST documentation<span class="chevron">></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!--Accordian Section End-->
<!--Pricing Section-->
<!--Pricing Section End-->
<!--Support Plan Section-->
<!--Support Plan Section End-->
<!-- Header -->
<!-- <header id="header" class="header header-absolute header-fixed-on-mobile header-transparent"
data-bkg-threshold="100" data-sticky-threshold="0"></header> -->
<!-- Header End -->
<!-- Contact Section-->
<div id="contact"></div>
<script>
renderContactSection(
"#contact",
"Connect with us for pricing options",
"Let's discuss how we can tailor a plan for you.",
"mailto:CustomerSuccess@MAQSoftware.com?subject=Contact%20Us%20-%20MigrateFAST&body=Hello,%20I%20would%20like%20to%20get%20in%20touch%20with%20you.",
true
);
</script>
<!-- Contact section end -->
<!-- Footer -->
<footer id="footer" class="footer footer-light bkg-grey-ultralight"></footer>
<!-- Footer End -->
<!-- Js -->
<script src="../js/jquery-3.2.1.min.js"></script>
<script src="../js/timber.master.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="/js/Certyfast.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<script src="js/sidenav.js"></script>
<script>
// $("#header").load("/header");
// $("#footer").load("/footer");
// $("#header").load("/header.html");
$("#footer").load("/footer.html");
</script>
<script>
$('#Demo-popup-form-message').keyup(function () {
var characterCount = $(this).val().length,
current = $('#current'),
maximum = $('#maximum'),
theCount = $('#the-count');
current.text(characterCount);
});
$('#get-in-touch-popup-form-message').keyup(function () {
var characterCount = $(this).val().length,
current = $('#get-in-touch-current'),
maximum = $('#get-in-touch-maximum'),
theCount = $('#the-count');
current.text(characterCount);
});
</script>
<script src="../js/common.js"></script>
<script>
const slides = document.querySelectorAll('.slide');
const dots = document.querySelectorAll('.dot');
let currentSlide = 0;
function showSlide(index) {
slides.forEach((slide, i) => {
slide.style.display = i === index ? 'block' : 'none';
});
dots.forEach((dot, i) => {
dot.classList.toggle('active', i === index);
});
}
function prevSlide() {
currentSlide = (currentSlide - 1 + slides.length) % slides.length;
showSlide(currentSlide);
}
function nextSlide() {
currentSlide = (currentSlide + 1) % slides.length;
showSlide(currentSlide);
}
document.querySelector('.arrow.prev').addEventListener('click', prevSlide);
document.querySelector('.arrow.next').addEventListener('click', nextSlide);
dots.forEach((dot, index) => {
dot.addEventListener('click', () => {
currentSlide = index;
showSlide(currentSlide);
});
});
showSlide(currentSlide); // Show the initial slide
</script>
</body>
</html>