Skip to content

Commit 05bc566

Browse files
authored
Update partners-nasa_hol-guide-snowflake-sko-2025.md
1 parent 2f7f8f0 commit 05bc566

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

site/sigmaguides/src/partners-nasa_hol-guide-snowflake-sko-2025/partners-nasa_hol-guide-snowflake-sko-2025.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -333,29 +333,29 @@ Double click `Daily Events(1)` and rename the column `Workbook Events`:
333333

334334
<img src="assets/nasa-3-41.png" width="800"/>
335335

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.
337337

338338
Rename `Daily Events (2)` to `WB Events by License Type`:
339339

340340
<img src="assets/nasa-3-43.png" width="400"/>
341341

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`:
343343

344344
<img src="assets/nasa-3-45.png" width="700"/>
345345

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.
347347

348348
For columns to add, select `Daily Sigma Driven Credits`.
349349

350350
Finally, map the columns on `Day = Day of Start Time` and click `Done`:
351351

352352
<img src="assets/nasa-3-46.png" width="400"/>
353353

354-
4.47 Rename this new column `Daily Credits`:
354+
4.45 Rename this new column `Daily Credits`:
355355

356356
<img src="assets/nasa-3-47.png" width="600"/>
357357

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`.
359359

360360
In the formula bar, enter
361361
```code
@@ -368,7 +368,7 @@ Rename this new column `Portion of Daily Usage`:
368368

369369
<img src="assets/nasa-3-48b.png" width="800"/>
370370

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`.
372372

373373
In the formula bar, type:
374374
```code
@@ -379,7 +379,7 @@ Rename this column `Workbook Daily Credits`:
379379

380380
<img src="assets/nasa-3-49.png" width="800"/>
381381

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`:
383383

384384
<img src="assets/nasa-3-50a.png" width="800"/>
385385

@@ -392,7 +392,7 @@ Rename this new column `Portion of WB Usage`:
392392

393393
<img src="assets/nasa-3-50b.png" width="800"/>
394394

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:
396396
```code
397397
CountDistinct([Event Fe User Uuid]).
398398
```
@@ -405,7 +405,7 @@ Rename this column `Active Licensed Users`:
405405
<strong>NOTE:</strong><br> This column represents the number of users by each license type who generated events for each workbook each day.
406406
</aside>
407407

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`.
409409

410410
Set the formula bar to:
411411
```code
@@ -416,31 +416,31 @@ Rename this new column `Daily Credits per Licensed User`:
416416

417417
<img src="assets/nasa-3-54.png" width="800"/>
418418

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:
420420

421421
<img src="assets/nasa-3-56.png" width="800"/>
422422

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:
424424

425425
<img src="assets/nasa-3-57.png" width="600"/>
426426

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`:
428428

429429
<img src="assets/nasa-3-58.png" width="800"/>
430430

431-
4.59 For pivot rows, select `Inode Name`.
431+
4.54 For pivot rows, select `Inode Name`.
432432

433433
For columns, select `Account Type Name`, and for values, use `Daily Credits Per Licensed User`:
434434

435435
<img src="assets/nasa-3-59.png" width="800"/>
436436

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.
438438

439439
Change the aggregate for this value to `Average`, by clicking the drop down, `Set Aggregate`, then `AVG`:
440440

441441
<img src="assets/nasa-3-60.png" width="500"/>
442442

443-
4.61 Rename the average value to `Avg Credit Burn`.
443+
4.56 Rename the average value to `Avg Credit Burn`.
444444

445445
Also rename the pivot table `Average Burn Rates` by double clicking the title.
446446

@@ -450,21 +450,21 @@ We can take this information and leverage the `Consumption Calculator` within th
450450

451451
<img src="assets/nasa-3-62.png" width="600"/>
452452

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`.
454454

455455
From the menu, select `Move to` and then `Consumption Calculator`:
456456

457457
<img src="assets/nasa-3-63.png" width="600"/>
458458

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:
460460

461461
<img src="assets/nasa-3-64.png" width="600"/>
462462

463463
<aside class="negative">
464464
<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.
465465
</aside>
466466

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:
468468

469469
<img src="assets/nasa-3-65.png" width="800"/>
470470

0 commit comments

Comments
 (0)