Forum Discussion

dariva's avatar
dariva
Regular Visitor
6 years ago

Pivot Operations seem to not work on-line

Hi all,

 

I am having problem in pivoting a table on-line. It works in the desktop app but it is not working after the dataset is refreshed using a PBI gateway connection.

What I want to do is something like this. My raw data come from my datasource like this

 
timekpivalue
01/01/201913.4
01/01/201925.1
01/01/201934.3
02/01/201913.2
02/01/201925.6
02/01/201937.1
 
 
 


 and the pivot operation tranform the table to something like this.

 123
01/01/20193.45.14.3
02/01/20193.25.67.1

 

The problem is that eventually I need to add a new kpi . For example kpi 4 in the last line bellow

 

timekpivalue
01/01/201913.4
01/01/201925.1
01/01/201934.3
02/01/201913.2
02/01/201925.6
02/01/201937.1
03/09/201912.1
03/09/201925.8
03/09/201939.1
03/09/201943.1

 

This should result (and actually result in the desktop app) in the following

 1234
01/01/20193.45.14.3 
02/01/20193.25.67.1 
03/09/20192.15.89.13.1

 

My problem is that the refresh work in the on-line report (I can see new values for the previous configured KPIs) but the new KPI do not appear as a column in the tranformed table. It looks like the pivot operation doesn't work.

 

Does anyone have already see something like that?

Thanks

4 Replies

  • v-xuding-msft's avatar
    v-xuding-msft
    Icon for Community Support rankCommunity Support

    Hi dariva ,

    I reproduced it. I'll contact to the engineers. If there is any new message, I will post here.

     

    Best Regards,

    Xue Ding

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • sampathK's avatar
    sampathK
    Icon for Microsoft Employee rankMicrosoft Employee

    Hello

      first why you are using Pivot convesion we can try with Matrix visual  as per my understanding . I have gone through Matrix and published in service it works fine. If i misunderstnad please your snippig visal by sample data. 

     
     

     

    Regards,

    Sampathkumar A.

    • luisrh's avatar
      luisrh
      Icon for Responsive Resident rankResponsive Resident

      Any news on this?  It still is a problem.   Pivot.Table works on Power BI desktop but doesn't work once deployed to service.  The columns are not created.   Refreshes are successful but the columns still don't show on the pivoted table.

       

  • gsimard's avatar
    gsimard
    Frequent Visitor

    Is there any update on this ? I am having the same issue.