User Profile
Nielf
Helper I
Joined 4 years ago
User Widgets
Contributions
Issues with scorecards: The credentials provided for the Goals source are invalid
All of my Scorecards in Power BI Service is throwing this error: When I try to edit the crendentials, I get the OAuth login dialog, but I just get the same error again - so I am going in a loop. If I try to open the scorecard, I get this error: I also tried to download the semantic model for the scorecard, where I get another error: Is anyone else experiencing issues with scorcards? Edit: I also just noticed, when I click the Scorecards icon in the left menu nothing happens.Solved465Views1like4CommentsRe: Filter table visual on both active and inactive relationship
Anonymous It works partially for me. I have created another measure, which combines the value from the active and inactive relationship, which I can display in th table. Combined sales price (base) = IF(ISBLANK([$ All opportunities]), [End Customer Sales Price (Base)], [$ All opportunities]) While it works on row level in the table, the total is wrong, since only the active relationship seem to used there. Do you know if it's possible to work around this? Total should be 213.604.374.1.3KViews0likes0CommentsFilter table visual on both active and inactive relationship
Hello, I have a data model like the one below, where there are two relationships between the Account table and the opportunity table. Customer (parentaccountid) is the active relationship, and the other is End Customer (sem_end_customerid) - the inactive relationship. My end goal is to filter a table visual with opportunities, where the selected account(s) are either Customer OR End Customer in the opportunity table. I thought I had found a solution where I used the measure below, and added the measure as column to the table visual. This now shows me all the opportunities, where the Account is either Customer or End Customer. End Customer Filter = CALCULATE( COUNTROWS(Opportunity), CROSSFILTER(Account[Account], Opportunity[parentaccountid],None), USERELATIONSHIP(Account[Account], Opportunity[sem_end_customerid]) ) However, the issue with this solution is, that columns from the Opportunity finance table are blank in the table visual if only the End Customer is equal to the selected Account(s). I hope you can help.Solved1.3KViews0likes3CommentsRe: Get Dataverse image column (Base64)
AmiraBedh your solution works but only if the user is already logged in Power Apps/Dynamics 365. Otherwise, they will see a red X until they authorize. That's why i would prefer to use the Base64 string. I way to overcome thise, could simply be create the Base 64 string in another column in Dataverse, e.g. using Power Automate. However, it seems redudant since the string is already there - it's just no available to select in Power BI.2.7KViews0likes0CommentsGet Dataverse image column (Base64)
I have a report with Dataverse as the main source. I would like to use the default image column from the Account table in my report. However, the default image column isn't inluded when you connect using the standard Dataverse connector. Only the image URL and ID columns are available. The actual image column with the Base64 string is not included in the query. Is it possible to add this column somehow - or is there are reason it's not included? E.g. due to a limitation with the length of the string? The example above is around 4000 characters.Solved2.8KViews0likes2Comments
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.