Forum Discussion

dvnnvd's avatar
dvnnvd
Regular Visitor
9 years ago

Help with making a PowerPivot formula work with Power BI

Hi Guys,   I currently use PowerPivot and have the below code which creates a custom column with calculated values:   =if([month_logged] >= 8,[year_logged]&"-"&right([year_logged]+1,2), [year_log...