First:
- [ ] fix
- [ ] Test_TableFrom / to
- [ ] TableFrom / to
- [ ] SummarizeList( sorted list as text )
TextAsList.pbix
- SerializeList, TypeAsText, ListAsText
IP Addresses.pbix
- convert from DecimalIP, DottetDecimalIP, and BinaryIP addresses
- IP Decimal bitwise math in DAX
Random Sales
- Random.Currency(), Random.Int()
- Integer rounding modes
Enter Data
- Uses compressed JSON tables
Importing Raw Text Files.pbix
- see
ConvertTableFromText = (filepath as text, splitCharacter as text, linesPerRecord as number, optional encoding as nullable number) as table =>
All HTTP Request types.pbix
- uses
HTTPGET,POST,PUT,PATCH, etc...