Data Analysis Expressions (DAX) in Power BI

|
| By Sonali Sharma

Data Analysis Expressions (DAX) is a powerful formula and query language used in Microsoft Power BI, Excel Power Pivot, and Analysis Services to perform calculations and manipulate data. It allows users to create custom metrics, measures, and calculated columns, enabling

Alternative Solution for Adding Horizontal Scrollbar to jQuery Datatable

| By Webner

Suppose have a data table as below: Screenshot 1 HTML for table is: <table id=”productsTable” class=”table table-striped table-bordered table-hover dataTable no-footer table-custom-style”> <thead> <tr> <th>#</th> <th>Product Name</th> <th>Shop Owner</th> <th>Category</th> <th>Model</th> <th>Description</th> <th>Price(in Rs.)</th> <th>Action</th> </tr> </thead> <tbody> <tr> <td>1</td>