You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/sigmaguides/src/partners-nasa_hol-guide-snowflake-sko-2025/partners-nasa_hol-guide-snowflake-sko-2025.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -333,29 +333,29 @@ Double click `Daily Events(1)` and rename the column `Workbook Events`:
333
333
334
334
<imgsrc="assets/nasa-3-41.png"width="800"/>
335
335
336
-
4.43 Next, drag `Daily Events(2)` from the `Day` grouping to the grouping under `Account Type Name` in the lefthand panel.
336
+
4.42 Next, drag `Daily Events(2)` from the `Day` grouping to the grouping under `Account Type Name` in the lefthand panel.
337
337
338
338
Rename `Daily Events (2)` to `WB Events by License Type`:
339
339
340
340
<imgsrc="assets/nasa-3-43.png"width="400"/>
341
341
342
-
4.45 Click the drop down next to the new `Daily Events` column and select `Add new column Via Lookup`:
342
+
4.43 Click the drop down next to the new `Daily Events` column and select `Add new column Via Lookup`:
343
343
344
344
<imgsrc="assets/nasa-3-45.png"width="700"/>
345
345
346
-
4.46 We want to look up to the `WH Metering History` table.
346
+
4.44 We want to look up to the `WH Metering History` table.
347
347
348
348
For columns to add, select `Daily Sigma Driven Credits`.
349
349
350
350
Finally, map the columns on `Day = Day of Start Time` and click `Done`:
351
351
352
352
<imgsrc="assets/nasa-3-46.png"width="400"/>
353
353
354
-
4.47 Rename this new column `Daily Credits`:
354
+
4.45 Rename this new column `Daily Credits`:
355
355
356
356
<imgsrc="assets/nasa-3-47.png"width="600"/>
357
357
358
-
4.48 At the next grouping on `Inode Name`, click the down arrow by `Workbook Events` and click `Add new Column`.
358
+
4.46 At the next grouping on `Inode Name`, click the down arrow by `Workbook Events` and click `Add new Column`.
359
359
360
360
In the formula bar, enter
361
361
```code
@@ -368,7 +368,7 @@ Rename this new column `Portion of Daily Usage`:
368
368
369
369
<imgsrc="assets/nasa-3-48b.png"width="800"/>
370
370
371
-
4.49 Finally, add one more column off of `Portion of Daily Usage`.
371
+
4.47 Finally, add one more column off of `Portion of Daily Usage`.
372
372
373
373
In the formula bar, type:
374
374
```code
@@ -379,7 +379,7 @@ Rename this column `Workbook Daily Credits`:
379
379
380
380
<imgsrc="assets/nasa-3-49.png"width="800"/>
381
381
382
-
4.50 At the `Account Type Name` grouping, add a new column off of `WB Events by License Type`:
382
+
4.48 At the `Account Type Name` grouping, add a new column off of `WB Events by License Type`:
383
383
384
384
<imgsrc="assets/nasa-3-50a.png"width="800"/>
385
385
@@ -392,7 +392,7 @@ Rename this new column `Portion of WB Usage`:
392
392
393
393
<imgsrc="assets/nasa-3-50b.png"width="800"/>
394
394
395
-
4.52 Next, add a new column off of `Portion of WB Usage` and set the formula to:
395
+
4.49 Next, add a new column off of `Portion of WB Usage` and set the formula to:
396
396
```code
397
397
CountDistinct([Event Fe User Uuid]).
398
398
```
@@ -405,7 +405,7 @@ Rename this column `Active Licensed Users`:
405
405
<strong>NOTE:</strong><br> This column represents the number of users by each license type who generated events for each workbook each day.
406
406
</aside>
407
407
408
-
4.54 Finally, add one last column to the right of `Active Licensed Users`.
408
+
4.50 Finally, add one last column to the right of `Active Licensed Users`.
409
409
410
410
Set the formula bar to:
411
411
```code
@@ -416,31 +416,31 @@ Rename this new column `Daily Credits per Licensed User`:
416
416
417
417
<imgsrc="assets/nasa-3-54.png"width="800"/>
418
418
419
-
4.56 Using the buttons next to the formula bar, adjust the decimal places so that the value is four characters past the zero:
419
+
4.51 Using the buttons next to the formula bar, adjust the decimal places so that the value is four characters past the zero:
420
420
421
421
<imgsrc="assets/nasa-3-56.png"width="800"/>
422
422
423
-
4.57 Click the minus symbol next to the `Account Type Name` grouping to collapse the table at this level:
423
+
4.52 Click the minus symbol next to the `Account Type Name` grouping to collapse the table at this level:
424
424
425
425
<imgsrc="assets/nasa-3-57.png"width="600"/>
426
426
427
-
4.58 On the `Sigma UI Events` table, in the upper righthand side, click and select `Create Child Element`, then `Pivot Table`:
427
+
4.53 On the `Sigma UI Events` table, in the upper righthand side, click and select `Create Child Element`, then `Pivot Table`:
428
428
429
429
<imgsrc="assets/nasa-3-58.png"width="800"/>
430
430
431
-
4.59 For pivot rows, select `Inode Name`.
431
+
4.54 For pivot rows, select `Inode Name`.
432
432
433
433
For columns, select `Account Type Name`, and for values, use `Daily Credits Per Licensed User`:
434
434
435
435
<imgsrc="assets/nasa-3-59.png"width="800"/>
436
436
437
-
4.60 You will notice Sigma automatically `Sums the Daily Credits` column.
437
+
4.55 You will notice Sigma automatically `Sums the Daily Credits` column.
438
438
439
439
Change the aggregate for this value to `Average`, by clicking the drop down, `Set Aggregate`, then `AVG`:
440
440
441
441
<imgsrc="assets/nasa-3-60.png"width="500"/>
442
442
443
-
4.61 Rename the average value to `Avg Credit Burn`.
443
+
4.56 Rename the average value to `Avg Credit Burn`.
444
444
445
445
Also rename the pivot table `Average Burn Rates` by double clicking the title.
446
446
@@ -450,21 +450,21 @@ We can take this information and leverage the `Consumption Calculator` within th
450
450
451
451
<imgsrc="assets/nasa-3-62.png"width="600"/>
452
452
453
-
4.63 Click on your pivot table, then select the `three dots`.
453
+
4.57 Click on your pivot table, then select the `three dots`.
454
454
455
455
From the menu, select `Move to` and then `Consumption Calculator`:
456
456
457
457
<imgsrc="assets/nasa-3-63.png"width="600"/>
458
458
459
-
4.64 Drag the pivot table so that it sits directly below the `Submit Workload` button:
459
+
4.58 Drag the pivot table so that it sits directly below the `Submit Workload` button:
460
460
461
461
<imgsrc="assets/nasa-3-64.png"width="600"/>
462
462
463
463
<asideclass="negative">
464
464
<strong>NOTE:</strong><br> You may have to re-adjust the pivot table after dragging/dropping. Sigma provides "handles" at the borders of selected elements that allow easy re-sizing. When there is extra space between elements, a "Trim space" button will appear to make removing the extra space simple.
465
465
</aside>
466
466
467
-
4.65 At the top of the page, click the blue `Publish` button to save your work:
467
+
4.59 At the top of the page, click the blue `Publish` button to save your work:
0 commit comments