You can take Anaplan XL workbooks, which connect to PowerPivot data, and publish these to Anaplan XL Web Edition. This enables the sharing of the reports or dashboards with non-PowerPivot users through Anaplan XL Web Edition and also provides increased scalability and security options.

The publication process moves the data model directly to the Tabular Analysis Services instance you chose. It also changes the data connection on the published report. The publication process doesn't require SharePoint or Excel services.

    • FluenceXL Web Edition v7.5 or higher Enterprise Edition with the scheduling feature set up
    • Microsoft Analysis Services 2012 or higher in Tabular mode

Anaplan XL can monitor one or more directories on the Web Edition server, usually in the Web repository. When a set of files is created or updated in that directory, the powerpivot connections are published to Analysis Services:

    • The connection file is uploaded to a common network share
    • The information is copied to an Analysis Services database
    • The Anaplan XL report is modified to point to the newly created database

A new configuration file must be created in the Anaplan XL Web Edition repository:

\Repository\__xlcubed__\__scheduling__\monitor.xml

This configuration file is an XML file containing one or more PowerPivot elements, enclosed in a single monitor element:

<monitor> <powerPivot folder="C:\inetpub\wwwroot\Anaplan XLWeb\Repository\PowerPivot Reports" includeSubfolders="true" server="as2012server" uploadShare="\\as2012server\powerPivotFiles\" serverLocalPath="C:\powerPivotFiles" allowOverwrite="true" /> </monitor>

Each powerPivot element defines a repository folder to watch, and information about what to do with new files:

folder

  • The folder to watch.

includeSubfolders

  • Whether to also watch subfolders of the main folder.

server

  • The Analysis Services 2012 Vertipaq server on which to create the database.

uploadShare

  • A shared directory on the Analysis Services server, which can be used for temporarily holding the connection information. The user running the scheduler service must have write access to this folder.

serverLocalPath

  • The same directory as uploadShare, but from the point of view of the server.

allowOverwrite

  • Defines whether any existing database should be overwritten. Can be set to true or false.

roleMembers

  • A semicolon-delimited set of usernames and groups to give access to the new database.

notificationEmail

  • An email address to send the notification to when a new database is uploaded. Optional; uses the first available SMTP server.

If the server is on the same computer as Anaplan XL Web Edition, then uploadShare and serverLocalPath can both be left blank. The scheduler will use the workbook where it is.

Note that the scheduler user must have permissions on the Analysis Services server to restore a database. Any messages, success or failure, will be written to the standard error log.