Exporting Your Data - What Are You Doing?

Hi folks! I've really enjoyed reading through all the past posts in this forum since I discovered it the other day (Tom Brown you are my new favorite Tessituran), and I have some questions! I'm just starting to get into Power BI (I have training in Mode and Tableau, but the pricepoints there are pretty prohibitive so I'm...pivoting...:D), and while I'm used to running SQL queries in SSMS, I'm not familiar with exporting the query results for analysis outside of the system.

I'd love to know how you all are exporting your data into your analysis tool of choice? Are you connecting from Tessitura, T-Stats, or both? Does being on RAMP make it harder (we're on RAMP)?

Any suggestions and tips would be very much appreciated! 

p.s. a bit off topic: I love this article http://firstround.com/review/im-sorry-but-those-are-vanity-metrics/



[edited by: Summer Hirtzel at 8:25 PM (GMT -6) on 19 Apr 2017]
  • Former Member
    Former Member $organization

    Summer,

     

    As a RAMP user I'm still working out the best way to get more detailed data to use - not being able to connect PowerBI or PowerQuery presents some challenges.  If aggrgated data is what you are looking for, I find T-Stats is usually the easiest way and can export into Excel.  The problem is when you need disaggregated data.  My usual process for getting data to analyze is to write a query that compiles as much as possible in one go.  If the dataset ends up not being too large I can copy and paste the grid into excel directly from SSMS.  This is kind of a low-tech solution but works reasonably well.

    As a long term project that I work on when there is nothing else pressing, I am trying to build a data model in PowerBI that I can use for tackling all sorts of projects.  I think I can get it to encompass most things I would reasonably need with around 30-40 standard tables and views.  The next step is to come up with a good way of simplifying the process of updating the data that I use on site - this is what I haven't quite figured out.  I want to avoid just copying tables or views after taking any information that can be used to identify people out of it.  I think there might a way to drop each section into a csv that I can use to update the reference files.

    I would love to hear from anyone that has successfully integrated PowerBI using RAMP.  I was hoping the new analytics portion of Tessitura would be out soon enough that I could just use that, but I guess I have to wait a bit longer.  At least once I also teach myself R, PowerBI can handle that as well.

    -Andrew

  • All,

     

    So, I do not live on RAMP.  However, I know that about ½ of the community does. 

     

    I know that John Jakovich understands this set of issues. In conversation with him, I believe that he gets this issue and one of the reasons that Sisence was chosen is that it would work in a RAMP (web) environment.  J  Yes, waiting is going to be a challenge.

     

    I’m lucky to have Tessitura onsite and the ability to directly connect analytic solutions directly to Tessi Server, Test Servers, and T-Stat Servers.  (Yes, maybe I am spoiled.)

     

    If I was in a Ramp Situation I would be looking at standard reports like the transaction reports, that does very little aggregation on the data.  The Order export utility.  The NCOA Export utility and I would take really wide swaths at the data. I do not know if there are size limits on the files you might be able to download from the RAMP environment.   And do my analysis from there.  I’d also be investigating the OData interface to SSAS reports, and the REST API server as ways to programmatically get to bulk data.

     

    For items that you might want to report on, and where you can connect the thing to the Customer, I would likely be looking at the Execute an Output set option, and creating a bunch of special Query Elements to get the data I will need.  Some of this data is not the “tidiest”. But, I suspect that you could find a way to make it work.

     

    One of the nice things about M (the language under Power Query) is that it can, in a reproducible way, rip into CSV file and import data into the data model inside of Power BI, or the data model in MS Excel 2013 and above. The Power Query user interface can do about 80% of what you might want.  For the other 20% there are lots of tutorials online that could get you through some of the harder times.  Power Query should make the labor or importing the data a bit easier.  While we wait for the Tessitura Business Analytics Solution.  I can show some of my ideas and some of the things that I have already done if folks are interested.

     

    In the R world this same kind of approach could be done with a local SQLlite or postgress SQL database as the local repository for analytic data.  If I was trying to do this, I would then be looking at the tidyverse utilities. (Dplyr, DBI, odbc, tidyr, liquidate, ggplot2) as the tools to manipulate and do exploratory data analysis.

     

    I’d really like to continue the conversation.  See if we can get some repos setup with best practices so we don’t all have to reinvent all of these things.  I’ve been considering doing a Virtual TUG around this Advanced Analytics group on TessituraNetwork.com.  Do folks want to get together for a call and talk through some strategies?  And see how we can help one another.  If so does anyone want to help out?

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    P.S. The price point of many of the data analytics tools have been a big roadblock for me as well.

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Andrew Gerritsen
    Sent: Wednesday, May 03, 2017 5:56 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: Re: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    Summer,

     

    As a RAMP user I'm still working out the best way to get more detailed data to use - not being able to connect PowerBI or PowerQuery presents some challenges.  If aggrgated data is what you are looking for, I find T-Stats is usually the easiest way and can export into Excel.  The problem is when you need disaggregated data.  My usual process for getting data to analyze is to write a query that compiles as much as possible in one go.  If the dataset ends up not being too large I can copy and paste the grid into excel directly from SSMS.  This is kind of a low-tech solution but works reasonably well.

    As a long term project that I work on when there is nothing else pressing, I am trying to build a data model in PowerBI that I can use for tackling all sorts of projects.  I think I can get it to encompass most things I would reasonably need with around 30-40 standard tables and views.  The next step is to come up with a good way of simplifying the process of updating the data that I use on site - this is what I haven't quite figured out.  I want to avoid just copying tables or views after taking any information that can be used to identify people out of it.  I think there might a way to drop each section into a csv that I can use to update the reference files.

    I would love to hear from anyone that has successfully integrated PowerBI using RAMP.  I was hoping the new analytics portion of Tessitura would be out soon enough that I could just use that, but I guess I have to wait a bit longer.  At least once I also teach myself R, PowerBI can handle that as well.

    -Andrew

    From: Summer Hirtzel <bounce-summerhirtzel1505@tessituranetwork.com>
    Sent: 4/19/2017 8:20:47 PM

    Hi folks! I've really enjoyed reading through all the past posts in this forum since I discovered it the other day (Tom Brown you are my new favorite Tessituran), and I have some questions! I'm just starting to get into Power BI (I have training in Mode and Tableau, but the pricepoints there are pretty prohibitive so I'm...pivoting...:D), and while I'm used to running SQL queries in SSMS, I'm not familiar with exporting the query results for analysis outside of the system.

    I'd love to know how you all are exporting your data into your analysis tool of choice? Are you connecting from Tessitura, T-Stats, or both? Does being on RAMP make it harder (we're on RAMP)?

    Any suggestions and tips would be very much appreciated! 

    p.s. a bit off topic: I love this article http://firstround.com/review/im-sorry-but-those-are-vanity-metrics/



  • We at Opera Philadelphia have started using PowerBI with great success! We are also on RAMP, and it took us many month to finally work out a way with the RAMP Team to push sql view data to an Azure Database that we connect to PowerBI. So we have just under 40 views that are scheduled to be pushed to Azure every morning. We are still working with Tessitura to figure out the best method to easily update the views if we want to add views or additional fields, but they are actively working on a solution for us to do that. Currently, if we need to make any of these changes, it requires us working with the consulting team and the RAMP team to update scripts and files.

    I'm more than willing to share our views if you are interested in them.

    I should also mention that we don't have any IT staff, so the solution is designed to be very hands off for the organization.



    [edited by: Brian Ramos at 4:31 PM (GMT -6) on 11 May 2017]
  • Brian,

     

    I’m so glad to hear that you have worked this out.  I know that going from “On Premises” to RAMP hosted Tessitura meant a bunch of changes for you. 

     

    When you say Power BI what parts of Power BI are you using.

    ·         MS Excel (Power Query, Power Pivot)

    ·         Power BI Desktop

    ·         MS Power BI web site

     

    Would love to hear more about some of your successes…

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Brian Ramos
    Sent: Thursday, May 11, 2017 4:34 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: Re: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    We at Opera Philadelphia have started using PowerBI with great success! We are also on RAMP, and it took us many month to finally work out a way with the RAMP Team to push sql view data to an Azure Database that we connect to PowerBI. So we have just under 40 views that are scheduled to be pushed to Azure every morning. We are still working with Tessitura to figure out the best method to easily update the views if we want to add views or additional fields, but they are actively working on a solution for us to do that. Currently, if we need to make any of these changes, it requires us working with the consulting team and the RAMP team to update scripts and files.

    I'm more than willing to share our views if you are interested in them.

    From: Summer Hirtzel <bounce-summerhirtzel1505@tessituranetwork.com>
    Sent: 4/19/2017 8:20:47 PM

    Hi folks! I've really enjoyed reading through all the past posts in this forum since I discovered it the other day (Tom Brown you are my new favorite Tessituran), and I have some questions! I'm just starting to get into Power BI (I have training in Mode and Tableau, but the pricepoints there are pretty prohibitive so I'm...pivoting...:D), and while I'm used to running SQL queries in SSMS, I'm not familiar with exporting the query results for analysis outside of the system.

    I'd love to know how you all are exporting your data into your analysis tool of choice? Are you connecting from Tessitura, T-Stats, or both? Does being on RAMP make it harder (we're on RAMP)?

    Any suggestions and tips would be very much appreciated! 

    p.s. a bit off topic: I love this article http://firstround.com/review/im-sorry-but-those-are-vanity-metrics/



  • We are using all three aspects of Power BI. I’ve created a pretty robust data model in PowerBI Desktop, which I publish to PowerBI.com for Report/Dashboard development and consumption by the organization. The Azure database is accessible to anyone in the organization to connect to in Excel as well provided they have the db username and password. That way, they can create Excel based stuff separate from the PowerBI Data Model. They can also connect to the Data Model in Excel via the Analyze in Excel functionality on PowerBI.com.

     

    Brian Ramos

    Controller

                                                                     

    Opera Philadelphia

    Direct 215.893.5940

    Main 215.893.3600

    Guest Services 215.732.8400

    operaphila.org


    OP18_Email Signature_O17

    Connect    Description: Description: Description: Description: Description: Description: cid:319B92BA-99F7-45A6-8744-6F1B04D8231F@philorch.org    Description: Description: Description: Description: Description: Description: cid:9744B112-D63B-4F76-ACEA-784F763106CD@philorch.org   Description: Description: Description: Description: Description: Description: cid:A039933B-AF4B-475E-8BD2-E11375DAE37A@philorch.org    gold_ghost copy

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Tom Brown
    Sent: Thursday, May 11, 2017 5:01 PM
    To: Brian Ramos <ramos@operaphila.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    Brian,

     

    I’m so glad to hear that you have worked this out.  I know that going from “On Premises” to RAMP hosted Tessitura meant a bunch of changes for you. 

     

    When you say Power BI what parts of Power BI are you using.

    • MS Excel (Power Query, Power Pivot)
    • Power BI Desktop
    • MS Power BI web site

     

    Would love to hear more about some of your successes…

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Brian Ramos
    Sent: Thursday, May 11, 2017 4:34 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: Re: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    We at Opera Philadelphia have started using PowerBI with great success! We are also on RAMP, and it took us many month to finally work out a way with the RAMP Team to push sql view data to an Azure Database that we connect to PowerBI. So we have just under 40 views that are scheduled to be pushed to Azure every morning. We are still working with Tessitura to figure out the best method to easily update the views if we want to add views or additional fields, but they are actively working on a solution for us to do that. Currently, if we need to make any of these changes, it requires us working with the consulting team and the RAMP team to update scripts and files.

    I'm more than willing to share our views if you are interested in them.

    From: Summer Hirtzel <bounce-summerhirtzel1505@tessituranetwork.com>
    Sent: 4/19/2017 8:20:47 PM

    Hi folks! I've really enjoyed reading through all the past posts in this forum since I discovered it the other day (Tom Brown you are my new favorite Tessituran), and I have some questions! I'm just starting to get into Power BI (I have training in Mode and Tableau, but the pricepoints there are pretty prohibitive so I'm...pivoting...:D), and while I'm used to running SQL queries in SSMS, I'm not familiar with exporting the query results for analysis outside of the system.

    I'd love to know how you all are exporting your data into your analysis tool of choice? Are you connecting from Tessitura, T-Stats, or both? Does being on RAMP make it harder (we're on RAMP)?

    Any suggestions and tips would be very much appreciated! 

    p.s. a bit off topic: I love this article http://firstround.com/review/im-sorry-but-those-are-vanity-metrics/

     



  • Excellent.

     

    Will you be showing some of this at conference this year?

     

    Are there other opportunities when I can see this in some more detail?

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Brian Ramos
    Sent: Friday, May 12, 2017 2:24 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    We are using all three aspects of Power BI. I’ve created a pretty robust data model in PowerBI Desktop, which I publish to PowerBI.com for Report/Dashboard development and consumption by the organization. The Azure database is accessible to anyone in the organization to connect to in Excel as well provided they have the db username and password. That way, they can create Excel based stuff separate from the PowerBI Data Model. They can also connect to the Data Model in Excel via the Analyze in Excel functionality on PowerBI.com.

     

    Brian Ramos

    Controller

                                                                     

    Opera Philadelphia

    Direct 215.893.5940

    Main 215.893.3600

    Guest Services 215.732.8400

    operaphila.org


    OP18_Email Signature_O17

    Connect    Description: Description: Description: Description: Description: Description: cid:319B92BA-99F7-45A6-8744-6F1B04D8231F@philorch.org    Description: Description: Description: Description: Description: Description: cid:9744B112-D63B-4F76-ACEA-784F763106CD@philorch.org   Description: Description: Description: Description: Description: Description: cid:A039933B-AF4B-475E-8BD2-E11375DAE37A@philorch.org    gold_ghost copy

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Tom Brown
    Sent: Thursday, May 11, 2017 5:01 PM
    To: Brian Ramos <ramos@operaphila.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    Brian,

     

    I’m so glad to hear that you have worked this out.  I know that going from “On Premises” to RAMP hosted Tessitura meant a bunch of changes for you. 

     

    When you say Power BI what parts of Power BI are you using.

    • MS Excel (Power Query, Power Pivot)
    • Power BI Desktop
    • MS Power BI web site

     

    Would love to hear more about some of your successes…

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Brian Ramos
    Sent: Thursday, May 11, 2017 4:34 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: Re: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    We at Opera Philadelphia have started using PowerBI with great success! We are also on RAMP, and it took us many month to finally work out a way with the RAMP Team to push sql view data to an Azure Database that we connect to PowerBI. So we have just under 40 views that are scheduled to be pushed to Azure every morning. We are still working with Tessitura to figure out the best method to easily update the views if we want to add views or additional fields, but they are actively working on a solution for us to do that. Currently, if we need to make any of these changes, it requires us working with the consulting team and the RAMP team to update scripts and files.

    I'm more than willing to share our views if you are interested in them.

    From: Summer Hirtzel <bounce-summerhirtzel1505@tessituranetwork.com>
    Sent: 4/19/2017 8:20:47 PM

    Hi folks! I've really enjoyed reading through all the past posts in this forum since I discovered it the other day (Tom Brown you are my new favorite Tessituran), and I have some questions! I'm just starting to get into Power BI (I have training in Mode and Tableau, but the pricepoints there are pretty prohibitive so I'm...pivoting...:D), and while I'm used to running SQL queries in SSMS, I'm not familiar with exporting the query results for analysis outside of the system.

    I'd love to know how you all are exporting your data into your analysis tool of choice? Are you connecting from Tessitura, T-Stats, or both? Does being on RAMP make it harder (we're on RAMP)?

    Any suggestions and tips would be very much appreciated! 

    p.s. a bit off topic: I love this article http://firstround.com/review/im-sorry-but-those-are-vanity-metrics/

     

     



  • I am presenting in the BI Faceoff session, so I’m sure you’ll see some of this in action there.

     

    I’m also more than willing to get a group together at conference or elsewhere to go through our setup and how everything fits together.

     

    Brian Ramos

    Controller

                                                                     

    Opera Philadelphia

    Direct 215.893.5940

    Main 215.893.3600

    Guest Services 215.732.8400

    operaphila.org


    OP18_Email Signature_O17

    Connect    Description: Description: Description: Description: Description: Description: cid:319B92BA-99F7-45A6-8744-6F1B04D8231F@philorch.org    Description: Description: Description: Description: Description: Description: cid:9744B112-D63B-4F76-ACEA-784F763106CD@philorch.org   Description: Description: Description: Description: Description: Description: cid:A039933B-AF4B-475E-8BD2-E11375DAE37A@philorch.org    gold_ghost copy

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Tom Brown
    Sent: Friday, May 12, 2017 2:37 PM
    To: Brian Ramos <ramos@operaphila.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    Excellent.

     

    Will you be showing some of this at conference this year?

     

    Are there other opportunities when I can see this in some more detail?

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Brian Ramos
    Sent: Friday, May 12, 2017 2:24 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    We are using all three aspects of Power BI. I’ve created a pretty robust data model in PowerBI Desktop, which I publish to PowerBI.com for Report/Dashboard development and consumption by the organization. The Azure database is accessible to anyone in the organization to connect to in Excel as well provided they have the db username and password. That way, they can create Excel based stuff separate from the PowerBI Data Model. They can also connect to the Data Model in Excel via the Analyze in Excel functionality on PowerBI.com.

     

    Brian Ramos

    Controller

                                                                     

    Opera Philadelphia

    Direct 215.893.5940

    Main 215.893.3600

    Guest Services 215.732.8400

    operaphila.org


    OP18_Email Signature_O17

    Connect    Description: Description: Description: Description: Description: Description: cid:319B92BA-99F7-45A6-8744-6F1B04D8231F@philorch.org    Description: Description: Description: Description: Description: Description: cid:9744B112-D63B-4F76-ACEA-784F763106CD@philorch.org   Description: Description: Description: Description: Description: Description: cid:A039933B-AF4B-475E-8BD2-E11375DAE37A@philorch.org    gold_ghost copy

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Tom Brown
    Sent: Thursday, May 11, 2017 5:01 PM
    To: Brian Ramos <ramos@operaphila.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    Brian,

     

    I’m so glad to hear that you have worked this out.  I know that going from “On Premises” to RAMP hosted Tessitura meant a bunch of changes for you. 

     

    When you say Power BI what parts of Power BI are you using.

    • MS Excel (Power Query, Power Pivot)
    • Power BI Desktop
    • MS Power BI web site

     

    Would love to hear more about some of your successes…

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Brian Ramos
    Sent: Thursday, May 11, 2017 4:34 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: Re: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    We at Opera Philadelphia have started using PowerBI with great success! We are also on RAMP, and it took us many month to finally work out a way with the RAMP Team to push sql view data to an Azure Database that we connect to PowerBI. So we have just under 40 views that are scheduled to be pushed to Azure every morning. We are still working with Tessitura to figure out the best method to easily update the views if we want to add views or additional fields, but they are actively working on a solution for us to do that. Currently, if we need to make any of these changes, it requires us working with the consulting team and the RAMP team to update scripts and files.

    I'm more than willing to share our views if you are interested in them.

    From: Summer Hirtzel <bounce-summerhirtzel1505@tessituranetwork.com>
    Sent: 4/19/2017 8:20:47 PM

    Hi folks! I've really enjoyed reading through all the past posts in this forum since I discovered it the other day (Tom Brown you are my new favorite Tessituran), and I have some questions! I'm just starting to get into Power BI (I have training in Mode and Tableau, but the pricepoints there are pretty prohibitive so I'm...pivoting...:D), and while I'm used to running SQL queries in SSMS, I'm not familiar with exporting the query results for analysis outside of the system.

    I'd love to know how you all are exporting your data into your analysis tool of choice? Are you connecting from Tessitura, T-Stats, or both? Does being on RAMP make it harder (we're on RAMP)?

    Any suggestions and tips would be very much appreciated! 

    p.s. a bit off topic: I love this article http://firstround.com/review/im-sorry-but-those-are-vanity-metrics/

     

     

     



  • One of the great places at TLCC 2017 for this type of conversation will be at the Larger than ever open space discussions sessions.  I would love see you or someone host a Tessitura in A Power BI session.  Particularly considering that you have solved this for the RAMP world.  Please consider offering such a discussion.  And anyone else on the group.  This will be a great place for discussions for advanced and niche BI conversations.  Would love to hear about ideas folks might have for other types of conversations.

     

     

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Brian Ramos
    Sent: Friday, May 12, 2017 2:52 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    I am presenting in the BI Faceoff session, so I’m sure you’ll see some of this in action there.

     

    I’m also more than willing to get a group together at conference or elsewhere to go through our setup and how everything fits together.

     

    Brian Ramos

    Controller

                                                                     

    Opera Philadelphia

    Direct 215.893.5940

    Main 215.893.3600

    Guest Services 215.732.8400

    operaphila.org


    OP18_Email Signature_O17

    Connect    Description: Description: Description: Description: Description: Description: cid:319B92BA-99F7-45A6-8744-6F1B04D8231F@philorch.org    Description: Description: Description: Description: Description: Description: cid:9744B112-D63B-4F76-ACEA-784F763106CD@philorch.org   Description: Description: Description: Description: Description: Description: cid:A039933B-AF4B-475E-8BD2-E11375DAE37A@philorch.org    gold_ghost copy

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Tom Brown
    Sent: Friday, May 12, 2017 2:37 PM
    To: Brian Ramos <ramos@operaphila.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    Excellent.

     

    Will you be showing some of this at conference this year?

     

    Are there other opportunities when I can see this in some more detail?

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Brian Ramos
    Sent: Friday, May 12, 2017 2:24 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    We are using all three aspects of Power BI. I’ve created a pretty robust data model in PowerBI Desktop, which I publish to PowerBI.com for Report/Dashboard development and consumption by the organization. The Azure database is accessible to anyone in the organization to connect to in Excel as well provided they have the db username and password. That way, they can create Excel based stuff separate from the PowerBI Data Model. They can also connect to the Data Model in Excel via the Analyze in Excel functionality on PowerBI.com.

     

    Brian Ramos

    Controller

                                                                     

    Opera Philadelphia

    Direct 215.893.5940

    Main 215.893.3600

    Guest Services 215.732.8400

    operaphila.org


    OP18_Email Signature_O17

    Connect    Description: Description: Description: Description: Description: Description: cid:319B92BA-99F7-45A6-8744-6F1B04D8231F@philorch.org    Description: Description: Description: Description: Description: Description: cid:9744B112-D63B-4F76-ACEA-784F763106CD@philorch.org   Description: Description: Description: Description: Description: Description: cid:A039933B-AF4B-475E-8BD2-E11375DAE37A@philorch.org    gold_ghost copy

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Tom Brown
    Sent: Thursday, May 11, 2017 5:01 PM
    To: Brian Ramos <ramos@operaphila.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    Brian,

     

    I’m so glad to hear that you have worked this out.  I know that going from “On Premises” to RAMP hosted Tessitura meant a bunch of changes for you. 

     

    When you say Power BI what parts of Power BI are you using.

    • MS Excel (Power Query, Power Pivot)
    • Power BI Desktop
    • MS Power BI web site

     

    Would love to hear more about some of your successes…

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Brian Ramos
    Sent: Thursday, May 11, 2017 4:34 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: Re: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    We at Opera Philadelphia have started using PowerBI with great success! We are also on RAMP, and it took us many month to finally work out a way with the RAMP Team to push sql view data to an Azure Database that we connect to PowerBI. So we have just under 40 views that are scheduled to be pushed to Azure every morning. We are still working with Tessitura to figure out the best method to easily update the views if we want to add views or additional fields, but they are actively working on a solution for us to do that. Currently, if we need to make any of these changes, it requires us working with the consulting team and the RAMP team to update scripts and files.

    I'm more than willing to share our views if you are interested in them.

    From: Summer Hirtzel <bounce-summerhirtzel1505@tessituranetwork.com>
    Sent: 4/19/2017 8:20:47 PM

    Hi folks! I've really enjoyed reading through all the past posts in this forum since I discovered it the other day (Tom Brown you are my new favorite Tessituran), and I have some questions! I'm just starting to get into Power BI (I have training in Mode and Tableau, but the pricepoints there are pretty prohibitive so I'm...pivoting...:D), and while I'm used to running SQL queries in SSMS, I'm not familiar with exporting the query results for analysis outside of the system.

    I'd love to know how you all are exporting your data into your analysis tool of choice? Are you connecting from Tessitura, T-Stats, or both? Does being on RAMP make it harder (we're on RAMP)?

    Any suggestions and tips would be very much appreciated! 

    p.s. a bit off topic: I love this article http://firstround.com/review/im-sorry-but-those-are-vanity-metrics/

     

     

     

     



  • Some of the web programers working on web stuff use bitbucket.  I have reached out to the folks working on that project to see how they set this up in case we can learn something from their process.  

    We need to be a bit careful about code we share in the public form.  Technically we are all under non-disclosure agreements through our organizations with the Tessitura Network.


    On Wed, Aug 16, 2017 at 9:42 PM, Melanie Smith <bounce-melaniesmith2711@tessituranetwork.com> wrote:

    Now that we have all met at conference, wondering if there is interested in standardizing some of the models like someone suggested so we can maybe share some code, ideas, models, etc? Also, for those of us on RAMP, it might make life easier for RAMP if we all were asking for the same thing and followed the same architecture patterns. Could we setup a github/gitlab repository to share scripts, etc? Thoughts?

    From: Tom Brown <bounce-tombrown3568@tessituranetwork.com>
    Sent: 5/12/2017 9:43:19 PM

    One of the great places at TLCC 2017 for this type of conversation will be at the Larger than ever open space discussions sessions.  I would love see you or someone host a Tessitura in A Power BI session.  Particularly considering that you have solved this for the RAMP world.  Please consider offering such a discussion.  And anyone else on the group.  This will be a great place for discussions for advanced and niche BI conversations.  Would love to hear about ideas folks might have for other types of conversations.

     

     

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Brian Ramos
    Sent: Friday, May 12, 2017 2:52 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    I am presenting in the BI Faceoff session, so I’m sure you’ll see some of this in action there.

     

    I’m also more than willing to get a group together at conference or elsewhere to go through our setup and how everything fits together.

     

    Brian Ramos

    Controller

                                                                     

    Opera Philadelphia

    Direct 215.893.5940

    Main 215.893.3600

    Guest Services 215.732.8400

    operaphila.org


    OP18_Email Signature_O17

    Connect    Description: Description: Description: Description: Description: Description: cid:319B92BA-99F7-45A6-8744-6F1B04D8231F@philorch.org    Description: Description: Description: Description: Description: Description: cid:9744B112-D63B-4F76-ACEA-784F763106CD@philorch.org   Description: Description: Description: Description: Description: Description: cid:A039933B-AF4B-475E-8BD2-E11375DAE37A@philorch.org    gold_ghost copy

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Tom Brown
    Sent: Friday, May 12, 2017 2:37 PM
    To: Brian Ramos <ramos@operaphila.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    Excellent.

     

    Will you be showing some of this at conference this year?

     

    Are there other opportunities when I can see this in some more detail?

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Brian Ramos
    Sent: Friday, May 12, 2017 2:24 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    We are using all three aspects of Power BI. I’ve created a pretty robust data model in PowerBI Desktop, which I publish to PowerBI.com for Report/Dashboard development and consumption by the organization. The Azure database is accessible to anyone in the organization to connect to in Excel as well provided they have the db username and password. That way, they can create Excel based stuff separate from the PowerBI Data Model. They can also connect to the Data Model in Excel via the Analyze in Excel functionality on PowerBI.com.

     

    Brian Ramos

    Controller

                                                                     

    Opera Philadelphia

    Direct 215.893.5940

    Main 215.893.3600

    Guest Services 215.732.8400

    operaphila.org


    OP18_Email Signature_O17

    Connect    Description: Description: Description: Description: Description: Description: cid:319B92BA-99F7-45A6-8744-6F1B04D8231F@philorch.org    Description: Description: Description: Description: Description: Description: cid:9744B112-D63B-4F76-ACEA-784F763106CD@philorch.org   Description: Description: Description: Description: Description: Description: cid:A039933B-AF4B-475E-8BD2-E11375DAE37A@philorch.org    gold_ghost copy

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Tom Brown
    Sent: Thursday, May 11, 2017 5:01 PM
    To: Brian Ramos <ramos@operaphila.org>
    Subject: RE: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    Brian,

     

    I’m so glad to hear that you have worked this out.  I know that going from “On Premises” to RAMP hosted Tessitura meant a bunch of changes for you. 

     

    When you say Power BI what parts of Power BI are you using.

    • MS Excel (Power Query, Power Pivot)
    • Power BI Desktop
    • MS Power BI web site

     

    Would love to hear more about some of your successes…

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Self-service Business Intelligence [mailto:groups-selfservicebi@tessituranetwork.com] On Behalf Of Brian Ramos
    Sent: Thursday, May 11, 2017 4:34 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: Re: [Self-service Business Intelligence] Exporting Your Data - What Are You Doing?

     

    We at Opera Philadelphia have started using PowerBI with great success! We are also on RAMP, and it took us many month to finally work out a way with the RAMP Team to push sql view data to an Azure Database that we connect to PowerBI. So we have just under 40 views that are scheduled to be pushed to Azure every morning. We are still working with Tessitura to figure out the best method to easily update the views if we want to add views or additional fields, but they are actively working on a solution for us to do that. Currently, if we need to make any of these changes, it requires us working with the consulting team and the RAMP team to update scripts and files.

    I'm more than willing to share our views if you are interested in them.

    From: Summer Hirtzel <bounce-summerhirtzel1505@tessituranetwork.com>
    Sent: 4/19/2017 8:20:47 PM

    Hi folks! I've really enjoyed reading through all the past posts in this forum since I discovered it the other day (Tom Brown you are my new favorite Tessituran), and I have some questions! I'm just starting to get into Power BI (I have training in Mode and Tableau, but the pricepoints there are pretty prohibitive so I'm...pivoting...:D), and while I'm used to running SQL queries in SSMS, I'm not familiar with exporting the query results for analysis outside of the system.

    I'd love to know how you all are exporting your data into your analysis tool of choice? Are you connecting from Tessitura, T-Stats, or both? Does being on RAMP make it harder (we're on RAMP)?

    Any suggestions and tips would be very much appreciated! 

    p.s. a bit off topic: I love this article http://firstround.com/review/im-sorry-but-those-are-vanity-metrics/

     

     

     

     






  • Now that we have all met at conference, wondering if there is interested in standardizing some of the models like someone suggested so we can maybe share some code, ideas, models, etc? Also, for those of us on RAMP, it might make life easier for RAMP if we all were asking for the same thing and followed the same architecture patterns. Could we setup a github/gitlab repository to share scripts, etc? Thoughts?

  • Awesome, thanks for looking into it. I would love to know what you find out, and how to / if we can honor all the NDA's while also being able to work together as a community to do some great things with our data. 

  • This is really exciting Brian. I am wondering if you can share any success stories of staff adoption. The problem that I am having within my Consortia is that the Senior Management wants adoption outside of IT, Finance a few power users. We ran into this issue with T-Stats where we were successful in using within IT, Finance and a few power users but unsuccessful in expanding it out to the larger staff even after applying some of the lessens learning from Nicole Keating in Miami. The fear is that Power BI will be in the hands of the few and not empower all users. Thank you in advance for any thoughts that you can share on this. ---Arthur
  • Hi Tom, I am wondering if we can setup a monthly "Go To" style meeting where we can all get together and maybe rotate a presentation on what we are working on and discuss any topics. I am thinking that maybe we can just submit topic ideas ahead of time and ask at least one of us to do a quick presentation. I ask you this as I feel that you are leading us as a Business Intelligence group and if you are willing to lead I believe that we are willing to follow. I would be glad to assist and help schedule and put together agenda and if possible ask others to assist with presentations. Please let me know your thoughts. ---Arthur
  • I reached out to Nick Reilingh over at Bard College nreiling@bard.edu.  He has been active with the bitbucket Tessitura Network repository.  

     I asked if he thought we should consider using a similar approach as the web programmers.  Here is what he had to offer.  See below dashed lines...

    What do folks think?   Has anyone else joined TN_webshare?  I think I have.  (But I'm at 35,000 feet right now which make this a bit hard to share.)  If someone else is able to access TN_Webshare.  I would like to work with you to see if we can get a repo going.  I'd share my chunk of Rnotebook code for accessing SQL data directly.  I will also work to share my code from my advanced analytics presentation at TLCC2017. 

    --Tom

    ----------------------------------------------------------

    On Thu, Aug 17, 2017 at 7:19 AM, Nick Reilingh <nreiling@bard.edu> wrote:
    Absolutely! Bitbucket has all of the same collaboration features as any other git hosting service, and there's already a bunch of projects hosted there under the TN_WebShare team.

    All you've got to do is get a username from bitbucket.org and then send an email to webmaster@tessituranetwork.com to have them add your user to the team. (Can't hurt to also request access to Slack and Confluence at the same time.)

    -Nick

  • Arthur,

    This is a real interesting question, point...

    In your mind, (or maybe I'm asking in the minds of your execs. [as you see them]) 

    What does it look like when we "empower all users" to use data, when it comes to non-it, non-finance, non-power user?  

    Do the execs expect, that these folks are able to quote regression coefficients, certainties of 90 day sales forecasts, or be able to create new diagnostic model... (of course I think, I'm being silly here...)

    What about yesterday's sales numbers, or the size of the largest subscriptions in the last 90 days.  Or should they know who gave the $100,000 gift last week?  I suspect that Existing tessitura dashboards would likely do some maybe much of this... 

    Given that we are trying to do this... Do the folks we are talking about have the needed skills, curiosity to find the data useful?  Do we have an internal culture that hires for staff who can do these things?  If not can we train our existing staff? And can we change the internal culture to value knowing these types of things as consistently as what is playing on our stages...

    I'm wondering if we could start another thread on this group about this topic.  What does mass data use success look like in your organization? 

    Then we might get clearer about tools and techniques.  

    To date at BAM I've been focused on tools, data, training for the types of folks you are listing in your note.  I see value in broadening this focus.