Skip to content

Commit aa3d62a

Browse files
Merge pull request #797 from MicrosoftDocs/meganbradley-patch-1
replace deprecated Red Tiger videos with Learn videos ahead of retirement
2 parents 9649130 + 258c62a commit aa3d62a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

query-languages/dax/format-function-dax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A string containing `value` formatted as defined by `format_string`.
3737

3838
- The format strings supported as an argument to the DAX FORMAT function are based on the format strings used by Visual Basic (OLE Automation), not on the format strings used by the .NET Framework. Therefore, you might get unexpected results or an error if the argument doesn't match any defined format strings. For example, "p" as an abbreviation for "Percent" isn't supported. Strings that you provide as an argument to the FORMAT function that aren't included in the list of predefined format strings are handled as part of a custom format string, or as a string literal.
3939

40-
- To learn more specifying a locale with FORMAT, check out this [video](https://www.microsoft.com/videoplayer/embed/RWLjrD).
40+
- To learn more specifying a locale with FORMAT, check out this [video](https://learn-video.azurefd.net/vod/player?id=95820b42-974a-4adb-a4d5-418e923dcd2a).
4141

4242
- Using FORMAT changes a measure result to a text data type. If the measure result is originally of numeric data type, then with FORMAT, the measure can't be used on visuals where the values section requires a numeric data type, like with charts. In Power BI, you can alternatively use **Dynamic format strings for measures** specify a conditional format string that maintains the numeric data type of the measure.
4343

query-languages/dax/xirr-function-dax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Internal rate of return for the given inputs. If the calculation fails to return
4444

4545
- Avoid using ISERROR or IFERROR functions to capture an error returned by XIRR. If some inputs to the function may result in a no solution error, providing an alternateResult parameter is the most reliable and highest performing way to handle the error.
4646

47-
- To learn more about using the alternateResult parameter, be to check out this [video](https://www.microsoft.com/videoplayer/embed/RWLzrC).
47+
- To learn more about using the alternateResult parameter, be to check out this [video](https://learn-video.azurefd.net/vod/player?id=f3170134-1c7f-47ff-82d7-f419404e3a0e).
4848

4949
- When the absolute value of initial payment is small, the calculation likely fails to return a valid result.
5050

0 commit comments

Comments
 (0)