Results for "sales"
6 / 47 posts
Filter by Category
Advance functions in Power BI
ALL Filter: The ALL filter returns all the rows in a table or all the values in a column, ignoring any filters that might have been applied. This function …
Table Partitioning in SQL Server
Table Partitioning एक advanced database concept है जिसका उपयोग बड़े tables को छोटे, manageable हिस्सों (partitions) में बाँटने के लिए किया जाता है। इससे perf...
USERELATIONSHIP function In Power
USERELATIONSHIP: This is particularly useful when you have multiple relationships between the same tables but only one can be active at a time. By default,…
Basic Functions in Power BI
SUMX : This function is used to evaluate an expression for each row. It's useful when you need to perform calculations on a row-by-row basis before aggrega…
SQL Server Index Complete Guide
SQL Server Index kya hota hai? Clustered, Non-Clustered, Covering, Filtered, Columnstore — sab kuch ek hi blog mein. Beginners se experts tak, Hinglish mein...
Calculate and Calculatetable Function in Power BI
CALCULATE : It's used to modify or filter the context in which a calculation is being performed CALCULATE(<expression>, <filter1>, <filter2&…