Daily Shaarli

All links of one day in a single page.

December 31, 2021

Hiding future dates for calculations in DAX - SQLBI

This solution cannot be used when the last date to consider is dynamic (for example because it is different for different measures). However, if it is possible to create one calculated column for each related fact table that may have a different range of dates to consider, doing so is still a good idea. Every measure will use the flag in the Date table corresponding to the proper fact table. For example, a DatesWithSales flag can be used in Sales measures, whereas a DatesWithPurchases flag can be used in Purchases measures.

WPF/Entity Framework Core primer (C#) - TechNet Articles - United States (English) - TechNet Wiki

p many times a developer does not have control of column names in a table e.g. fi

Model-View-ViewModel (MVVM) Explained