Forum Discussion
Schedule Refresh Error due to Function used in Desktop
Hi Anonymous
Could you show an screenshot of the refresh error message?
Best Regards
Maggie
- Anonymous7 years agoNot applicable
And here is the code from the table: factOpportunitiesLeaders
let
Source = factOpportunities,
#"Removed Other Columns" = Table.SelectColumns(Source,{"_new_opportunityleader1id_value", "_new_opportunityleader2id_value", "_new_opportunityleader3id_value", "_new_opportunityleader4id_value", "opportunityid"}),
#"Reordered Columns" = Table.ReorderColumns(#"Removed Other Columns",{"opportunityid", "_new_opportunityleader1id_value", "_new_opportunityleader2id_value", "_new_opportunityleader3id_value", "_new_opportunityleader4id_value"}),
#"Unpivoted Other Columns" = Table.UnpivotOtherColumns(#"Reordered Columns", {"opportunityid"}, "Attribute", "Value"),
#"Removed Columns" = Table.RemoveColumns(#"Unpivoted Other Columns",{"Attribute"}),
#"Renamed Columns" = Table.RenameColumns(#"Removed Columns",{{"Value", "Leader"}})
in
#"Renamed Columns" - Anonymous7 years agoNot applicable
Hi Maggie v-juanli-msft
Just wanted to check to see if you have had a chance to look into this issue. Let me know if you need more information than what I provided with the code above.
Thanks so much!
Katie
- v-juanli-msft7 years ago
Community Support
Hi Anonymous
I can't reproduce this issue as you did.
If you have a pro license, i suggest you create a support ticket and trace power bi with fildder.
Best Regards
Maggie