User Profile
ganesh_simhadri
Advocate I
Joined 8 years ago
User Widgets
Contributions
Re: power BI schedule refresh for web data source is not working
v-qiuyu-msft is there any way apart from modifying the complete code. I tried using pywinauto library in Python. I was able to refresh it on the desktop and publish when I am active on my machine. But is not working when the code is scheduled :-(1.9KViews0likes0CommentsThis expression refers to a Relationship object , which has an error.
Hi I am getting the following error on the created column when i am refreshing the data. I did not have nay issues before the refresh. Following is the code snippet Billable = if( not( ISBLANK( LOOKUPVALUE(Task[isbillable],Task[id],SheetsAll[id]) ) ), LOOKUPVALUE(Task[isbillable],Task[id],SheetsAll[id]), LOOKUPVALUE(Jobs[isbillable],Jobs[id],SheetsAll[id])) Following is the error This expression refers to a Relationship object named '902a1ae2-e95d-420e-9f24-eae5303c57d8', which has an error. Can some one help me in debugging this issue?29KViews7likes10CommentsA single value for column 'id' in table 'SheetsAll' cannot be determined.
Hi All, The following looup is used to work fine previously but suddenly stopped . Can someone let me know what could be the poosible issue and provide an alternates solution Billable=LOOKUPVALUE(Job[ISbillable],Job[id],SheetsAll[id]) A single value for column 'id' in table 'SheetsAll' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result.Solved4.5KViews1like2Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.