├── Chapter02 ├── M │ ├── Bridge Sales Territory Region.pq │ ├── Current Date.pq │ ├── Customer History Column.pq │ ├── Customer Only.pq │ ├── Internet Sales Type Change.pq │ ├── Item Access.pq │ ├── Product Integration.pq │ ├── Product.pq │ └── Trailing Three Filter.pq ├── PBIX │ ├── AdWorks Enterprise-TransformExamples.pbix │ ├── AdWorks Enterprise.pbix │ └── AdWorksEnterpriseDQ.pbix └── SQL │ ├── Date Dim View.sql │ └── Product Dim View.sql ├── Chapter03 ├── DAX │ ├── Date Grain Plan Filter Test.msdax │ ├── Employee Count Bidirectional Crossfilter.msdax │ ├── Employee Count.msdax │ ├── Internet Sales Var to Plan.msdax │ ├── Last Refresh Message.msdax │ ├── Plan Grain Status.msdax │ ├── Product Grain Plan Filter Test.msdax │ ├── Sales Territory Grain Plan Filter Test.msdax │ └── UseRelationship.msdax ├── DMV Queries │ ├── Column Dictionary Size.msdax │ └── Data Size by Segment.msdax ├── M │ ├── Customer with History Segment Sorting Column.pq │ ├── Distinct Product Subcategories Bridge.pq │ ├── Remove Columns.pq │ └── Remove Columns.txt └── PBIX │ ├── AdWorks Enterprise.pbix │ └── AdWorksEnterpriseDQ.pbix ├── Chapter04 ├── DAX │ ├── Current vs. Prior Measures.msdax │ ├── Date Intelligence Measures.msdax │ ├── Days with Over 15K Gross Internet Sales.msdax │ ├── Dimension Metric Examples.msdax │ ├── Filtered Product Table.msdax │ ├── ISales Row Count Ignore Product and Territory.msdax │ ├── Internet Sales First Year and Accessory Customers.msdax │ ├── Ranking Measures.msdax │ ├── Reseller High Value Accessory and Clothing Products.msdax │ └── Rolling Period Measure Examples.msdax ├── PBIX │ ├── AdWorks Enterprise-DynSecurity.pbix │ ├── AdWorks Enterprise.pbix │ └── Row Context Examples.pbix └── SQL │ └── Filter Context.sql ├── Chapter05 ├── DAX │ ├── User Selected Internet Net Sales.msdax │ └── What if Parameter Measures.msdax └── PBIX │ ├── AdWorks Enterprise-Ch 5 Reports.pbix │ ├── Parameterized Slicer.pbix │ ├── Slicer synchronization.pbix │ ├── Visual Level Filters and Top N.pbix │ └── What If Parameter.pbix ├── Chapter06 └── PBIX │ ├── AdWorks Enterprise Ch. 6.pbix │ ├── AdWorks Enterprise-Bookmarks.pbix │ └── AdWorks Enterprise-Pulse Chart.pbix ├── Chapter07 └── PBIX │ └── AdWorks Enterprise Global Sales.pbix ├── Chapter08 └── PBIX │ └── Standard Metadata Reporting.pbix ├── Chapter12 ├── AuditLog CSV and PBIX │ ├── AuditLog.csv │ └── AuditLogReport.pbix └── PowerShell │ └── Audit Log Search.ps1 ├── Chapter13 └── PBIX to AzureASMigration │ ├── AdWorks Enterprise.zip │ └── AdWorks Enterprise │ ├── AdWorks Enterprise.smproj │ ├── Model.bim │ ├── Model.bim.layout │ ├── Model.bim_Brett Powell.settings │ └── obj │ └── Debug │ └── AdWorks Enterprise.smprojResolveAssemblyReference.cache ├── Datasets ├── AdWorks Enterprise.pbix ├── AdWorksEnterpriseDQ.pbix └── SQL for BI_vFact_InternetSales (1).sql ├── LICENSE └── README.md /Chapter02/M/Bridge Sales Territory Region.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/M/Bridge Sales Territory Region.pq -------------------------------------------------------------------------------- /Chapter02/M/Current Date.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/M/Current Date.pq -------------------------------------------------------------------------------- /Chapter02/M/Customer History Column.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/M/Customer History Column.pq -------------------------------------------------------------------------------- /Chapter02/M/Customer Only.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/M/Customer Only.pq -------------------------------------------------------------------------------- /Chapter02/M/Internet Sales Type Change.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/M/Internet Sales Type Change.pq -------------------------------------------------------------------------------- /Chapter02/M/Item Access.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/M/Item Access.pq -------------------------------------------------------------------------------- /Chapter02/M/Product Integration.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/M/Product Integration.pq -------------------------------------------------------------------------------- /Chapter02/M/Product.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/M/Product.pq -------------------------------------------------------------------------------- /Chapter02/M/Trailing Three Filter.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/M/Trailing Three Filter.pq -------------------------------------------------------------------------------- /Chapter02/PBIX/AdWorks Enterprise-TransformExamples.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/PBIX/AdWorks Enterprise-TransformExamples.pbix -------------------------------------------------------------------------------- /Chapter02/PBIX/AdWorks Enterprise.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/PBIX/AdWorks Enterprise.pbix -------------------------------------------------------------------------------- /Chapter02/PBIX/AdWorksEnterpriseDQ.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/PBIX/AdWorksEnterpriseDQ.pbix -------------------------------------------------------------------------------- /Chapter02/SQL/Date Dim View.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/SQL/Date Dim View.sql -------------------------------------------------------------------------------- /Chapter02/SQL/Product Dim View.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter02/SQL/Product Dim View.sql -------------------------------------------------------------------------------- /Chapter03/DAX/Date Grain Plan Filter Test.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/DAX/Date Grain Plan Filter Test.msdax -------------------------------------------------------------------------------- /Chapter03/DAX/Employee Count Bidirectional Crossfilter.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/DAX/Employee Count Bidirectional Crossfilter.msdax -------------------------------------------------------------------------------- /Chapter03/DAX/Employee Count.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/DAX/Employee Count.msdax -------------------------------------------------------------------------------- /Chapter03/DAX/Internet Sales Var to Plan.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/DAX/Internet Sales Var to Plan.msdax -------------------------------------------------------------------------------- /Chapter03/DAX/Last Refresh Message.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/DAX/Last Refresh Message.msdax -------------------------------------------------------------------------------- /Chapter03/DAX/Plan Grain Status.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/DAX/Plan Grain Status.msdax -------------------------------------------------------------------------------- /Chapter03/DAX/Product Grain Plan Filter Test.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/DAX/Product Grain Plan Filter Test.msdax -------------------------------------------------------------------------------- /Chapter03/DAX/Sales Territory Grain Plan Filter Test.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/DAX/Sales Territory Grain Plan Filter Test.msdax -------------------------------------------------------------------------------- /Chapter03/DAX/UseRelationship.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/DAX/UseRelationship.msdax -------------------------------------------------------------------------------- /Chapter03/DMV Queries/Column Dictionary Size.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/DMV Queries/Column Dictionary Size.msdax -------------------------------------------------------------------------------- /Chapter03/DMV Queries/Data Size by Segment.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/DMV Queries/Data Size by Segment.msdax -------------------------------------------------------------------------------- /Chapter03/M/Customer with History Segment Sorting Column.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/M/Customer with History Segment Sorting Column.pq -------------------------------------------------------------------------------- /Chapter03/M/Distinct Product Subcategories Bridge.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/M/Distinct Product Subcategories Bridge.pq -------------------------------------------------------------------------------- /Chapter03/M/Remove Columns.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/M/Remove Columns.pq -------------------------------------------------------------------------------- /Chapter03/M/Remove Columns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/M/Remove Columns.txt -------------------------------------------------------------------------------- /Chapter03/PBIX/AdWorks Enterprise.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/PBIX/AdWorks Enterprise.pbix -------------------------------------------------------------------------------- /Chapter03/PBIX/AdWorksEnterpriseDQ.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter03/PBIX/AdWorksEnterpriseDQ.pbix -------------------------------------------------------------------------------- /Chapter04/DAX/Current vs. Prior Measures.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/DAX/Current vs. Prior Measures.msdax -------------------------------------------------------------------------------- /Chapter04/DAX/Date Intelligence Measures.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/DAX/Date Intelligence Measures.msdax -------------------------------------------------------------------------------- /Chapter04/DAX/Days with Over 15K Gross Internet Sales.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/DAX/Days with Over 15K Gross Internet Sales.msdax -------------------------------------------------------------------------------- /Chapter04/DAX/Dimension Metric Examples.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/DAX/Dimension Metric Examples.msdax -------------------------------------------------------------------------------- /Chapter04/DAX/Filtered Product Table.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/DAX/Filtered Product Table.msdax -------------------------------------------------------------------------------- /Chapter04/DAX/ISales Row Count Ignore Product and Territory.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/DAX/ISales Row Count Ignore Product and Territory.msdax -------------------------------------------------------------------------------- /Chapter04/DAX/Internet Sales First Year and Accessory Customers.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/DAX/Internet Sales First Year and Accessory Customers.msdax -------------------------------------------------------------------------------- /Chapter04/DAX/Ranking Measures.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/DAX/Ranking Measures.msdax -------------------------------------------------------------------------------- /Chapter04/DAX/Reseller High Value Accessory and Clothing Products.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/DAX/Reseller High Value Accessory and Clothing Products.msdax -------------------------------------------------------------------------------- /Chapter04/DAX/Rolling Period Measure Examples.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/DAX/Rolling Period Measure Examples.msdax -------------------------------------------------------------------------------- /Chapter04/PBIX/AdWorks Enterprise-DynSecurity.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/PBIX/AdWorks Enterprise-DynSecurity.pbix -------------------------------------------------------------------------------- /Chapter04/PBIX/AdWorks Enterprise.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/PBIX/AdWorks Enterprise.pbix -------------------------------------------------------------------------------- /Chapter04/PBIX/Row Context Examples.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/PBIX/Row Context Examples.pbix -------------------------------------------------------------------------------- /Chapter04/SQL/Filter Context.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter04/SQL/Filter Context.sql -------------------------------------------------------------------------------- /Chapter05/DAX/User Selected Internet Net Sales.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter05/DAX/User Selected Internet Net Sales.msdax -------------------------------------------------------------------------------- /Chapter05/DAX/What if Parameter Measures.msdax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter05/DAX/What if Parameter Measures.msdax -------------------------------------------------------------------------------- /Chapter05/PBIX/AdWorks Enterprise-Ch 5 Reports.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter05/PBIX/AdWorks Enterprise-Ch 5 Reports.pbix -------------------------------------------------------------------------------- /Chapter05/PBIX/Parameterized Slicer.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter05/PBIX/Parameterized Slicer.pbix -------------------------------------------------------------------------------- /Chapter05/PBIX/Slicer synchronization.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter05/PBIX/Slicer synchronization.pbix -------------------------------------------------------------------------------- /Chapter05/PBIX/Visual Level Filters and Top N.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter05/PBIX/Visual Level Filters and Top N.pbix -------------------------------------------------------------------------------- /Chapter05/PBIX/What If Parameter.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter05/PBIX/What If Parameter.pbix -------------------------------------------------------------------------------- /Chapter06/PBIX/AdWorks Enterprise Ch. 6.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter06/PBIX/AdWorks Enterprise Ch. 6.pbix -------------------------------------------------------------------------------- /Chapter06/PBIX/AdWorks Enterprise-Bookmarks.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter06/PBIX/AdWorks Enterprise-Bookmarks.pbix -------------------------------------------------------------------------------- /Chapter06/PBIX/AdWorks Enterprise-Pulse Chart.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter06/PBIX/AdWorks Enterprise-Pulse Chart.pbix -------------------------------------------------------------------------------- /Chapter07/PBIX/AdWorks Enterprise Global Sales.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter07/PBIX/AdWorks Enterprise Global Sales.pbix -------------------------------------------------------------------------------- /Chapter08/PBIX/Standard Metadata Reporting.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter08/PBIX/Standard Metadata Reporting.pbix -------------------------------------------------------------------------------- /Chapter12/AuditLog CSV and PBIX/AuditLog.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter12/AuditLog CSV and PBIX/AuditLog.csv -------------------------------------------------------------------------------- /Chapter12/AuditLog CSV and PBIX/AuditLogReport.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter12/AuditLog CSV and PBIX/AuditLogReport.pbix -------------------------------------------------------------------------------- /Chapter12/PowerShell/Audit Log Search.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter12/PowerShell/Audit Log Search.ps1 -------------------------------------------------------------------------------- /Chapter13/PBIX to AzureASMigration/AdWorks Enterprise.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter13/PBIX to AzureASMigration/AdWorks Enterprise.zip -------------------------------------------------------------------------------- /Chapter13/PBIX to AzureASMigration/AdWorks Enterprise/AdWorks Enterprise.smproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter13/PBIX to AzureASMigration/AdWorks Enterprise/AdWorks Enterprise.smproj -------------------------------------------------------------------------------- /Chapter13/PBIX to AzureASMigration/AdWorks Enterprise/Model.bim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter13/PBIX to AzureASMigration/AdWorks Enterprise/Model.bim -------------------------------------------------------------------------------- /Chapter13/PBIX to AzureASMigration/AdWorks Enterprise/Model.bim.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter13/PBIX to AzureASMigration/AdWorks Enterprise/Model.bim.layout -------------------------------------------------------------------------------- /Chapter13/PBIX to AzureASMigration/AdWorks Enterprise/Model.bim_Brett Powell.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter13/PBIX to AzureASMigration/AdWorks Enterprise/Model.bim_Brett Powell.settings -------------------------------------------------------------------------------- /Chapter13/PBIX to AzureASMigration/AdWorks Enterprise/obj/Debug/AdWorks Enterprise.smprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Chapter13/PBIX to AzureASMigration/AdWorks Enterprise/obj/Debug/AdWorks Enterprise.smprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Datasets/AdWorks Enterprise.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Datasets/AdWorks Enterprise.pbix -------------------------------------------------------------------------------- /Datasets/AdWorksEnterpriseDQ.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Datasets/AdWorksEnterpriseDQ.pbix -------------------------------------------------------------------------------- /Datasets/SQL for BI_vFact_InternetSales (1).sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/Datasets/SQL for BI_vFact_InternetSales (1).sql -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-Microsoft-Power-BI/HEAD/README.md --------------------------------------------------------------------------------