-
Re: Where to find Beast Mode documentation
@riley_finn , there isn't documentation on the set of functions available. you can see the list in the beast mode editor / creator. and most days of the week the functions will follow MySQL syntax. M…1 -
Re: Median Value
@riley_finn and @user10986 , tthe median() function can be enabled via feature switch. Ask your CSM to enable it. I believe the feature was added more recently, so the documentation and or UI may not…1 -
Re: Cards on main dataset are very slow when editing
if this is a production dataset, absolutely you should do everything possible to minimize the strain on the system. content management activities like minimizing beast modes, removing unnecessary col…1 -
Re: Copy Beastmodes to New Dataset
@Benjamin , splitting data into Current and Archive might be a solution... but are you sure the problem will be resolved by splitting the data into two sets? obviously i can't see your ETL, but it so…1 -
Re: Multiple datasets in one card - Replicate from PowerBI
assuming you use the APPEND model: it sounds like "for each row, calculate sum of revenue divided by the sum of all sessions." sum(revenue) / sum(sum(sessions)) over () you'll need to ask y…1