Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "To help us, we're going to use the slicer visual and add the ca_state
column to the slicer visual."
A block of code is set as follows:
% Product Gross Revenue =
DIVIDE(
SUM(Sales[Gross Revenue]),
SUM(Sales[Gross Revenue])
)
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "Now we can easily see that Missouri has higher net store sales than Iowa."
Tips or Important Notes
Appear like this.