My reports show a white background when they are embedded (app owns data), even though they are clearly grey.
powerbi.com does show it correctly.
any ideas? is this a bug?
My reports show a white background when they are embedded (app owns data), even though they are clearly grey.
powerbi.com does show it correctly.
any ideas? is this a bug?
Hi,
One of application users have an issue with refreshing dataset using powerapp application.
For another user with the same permission to app and report everything work perfectly.
Any idea what could cause this problem?
Kind regards,
Patryk
Now, Is it possible to embed a whole report in Dynamics CRM?
Hi guys,
as subject, can I get help how to apply roles in D365 F&O Power BI Embedded. I found there is a need to use Embed token and all, however I do not have a clue what to do.
https://docs.microsoft.com/en-us/power-bi/developer/embedded-row-level-security
Please help
Thanks,
Hi friends...
Currently we are using dremio connector and DB2 connector...
When power bi generate a query use where cast("C1" as WVARCHAR) = 'AÑO' that causes a error because dremio not support this type of WVARCHAR,
I'll try to create a custom connector, that rewrite this query, based on https://github.com/microsoft/DataConnectors
Can you tell me guide to make that?
We only want to remove this WVARCHAR or change to NVARCHAR
I have few hundreds of personal and group workspaces that exist my organization. I want to extract the date from timestamp into a .csv file. I tried manually export the details from Power Bi website but I couldn't the full details. Is there a way that I can extract the timestamp using a Powershell script ?
Hi
Which timestamp you are trying to export ? From the screenshot i couldn't find any timestamp !
Hi
I couldn't able to understand your question clearly.
You want to automate what in PowerBI ? Powerbi is visulation tool.
If you excel is going to grow in the future(in terms of rows), you can easily get the updated records by using the PowerBI Refresh
Hi
Not sure the cause, but you can troubleshoot it like below
Inspect the webapp and get the Embed token
and check the report is having whitebackground or not
I am new to Power BI. I would like to fetch the data from Oracle fusion into Power BI and design my dashboard in Power BI with the help of Oracle fusion data. Is there a way to fetch the data ?
Hi
I have a report with a power bi maps and some sales points showed (using long e lat as attributes).
we have also created a field in which we have concatenated "https://www.google.it/maps/dir/ " + long & lat bound to each sale point
i would like to open this link directly from the power bi maps is it possible?
Hi all,
I would like to use a new PBI API to get activity events but when I try to call the API I receive 400 bad request: Object must implement IConvertible for startDateTime and endDateTime.
I have registered app in Azure Active Directory with Power BI Service Tenant.ReadAll permission.
For getting access token I call POST on https://login.microsoftonline.com/common/oauth2/token with body:
grant_type=password
&username=user with global admin permission
&password=password
&client_id=client ip
&client_secret=client secret
&resource=https://analysis.windows.net/powerbi/api
I used the received token for Bearer authorization on https://api.powerbi.com/v1.0/myorg/admin/activityevents?startDateTime=2020-01-20T00:00:00.000Z&endDateTime=2020-01-20T23:59:59.999Z and receive the error above.
Other APIs works fine.
Could anyone help, please?
Thanks a lot.
Regards,
Zdenek
After further investigation, with the previous versions of powerbi.js (2.7.4) I would set a default filter like this:
Now, this command is wiping the default filters of the report as you can see in the example above. After making some tests I could verify that if I set the filter with "null" as string the filters are not affected.
So my question is: should I use the newer version visual.setFilters("[]") or visual.setFilters("null") or is this a temporary bug?
I have clients complaining about this already!
** Need Help
I have a table with project Id, Date and Value
How can I write DAX to Display
If Single Date is Selected then display value from that month or the last entered value for the project
If Date is in Range then display value from the last month for each project or the last entered value for each project
projectID | value | date | Month |
1 | 4 | 1/1/2019 | Jan |
1 | 98 | 2/1/2019 | Feb |
1 | 96 | 3/1/2019 | Mar |
1 | 92 | 4/1/2019 | Apr |
1 | 96 | 5/1/2019 | May |
1 | 94 | 6/1/2019 | Jun |
1 | 69 | 7/1/2019 | Jul |
1 | 98 | 8/1/2019 | Aug |
1 | 73 | 9/1/2019 | Sep |
1 | 73 | 10/1/2019 | Oct |
1 | 90 | 11/1/2019 | Nov |
1 | 96 | 12/1/2019 | Dec |
2 | 76 | 1/1/2019 | Jan |
2 | 110 | 2/1/2019 | Feb |
2 | 96 | 3/1/2019 | Mar |
2 | 25 | 4/1/2019 | Apr |
2 | 25 | 5/1/2019 | May |
2 | 26 | 6/1/2019 | Jun |
2 | 0 | 7/1/2019 | Jul |
2 | 206 | 8/1/2019 | Aug |
2 | 44 | 9/1/2019 | Sep |
2 | 100 | 10/1/2019 | Oct |
2 | 95 | 11/1/2019 | Nov |
2 | 70 | 12/1/2019 | Dec |
3 | 12 | 1/1/2019 | Jan |
3 | 8 | 2/1/2019 | Feb |
3 | 318 | 3/1/2019 | Mar |
3 | 125 | 4/1/2019 | Apr |
3 | 45 | 5/1/2019 | May |
3 | 358 | 6/1/2019 | Jun |
3 | 22 | 7/1/2019 | Jul |
3 | 48 | 8/1/2019 | Aug |
3 | 65 | 9/1/2019 | Sep |
3 | 78 | 10/1/2019 | Oct |
3 | 12 | 11/1/2019 | Nov |
3 | 57 | 12/1/2019 | Dec |
I am currently trying to get a dashboard with several streaming datasets (historical analysis enabled) embedded to use with digital signage. I have had success with embedding reports and dashboards with non-streaming datasets. The pages are embedded using a basic html file that has javascript to retrieve an embed token and url from an Azure Function. Any ideas?
Hello,
I have created a report in Power BI Desktop. It has two pages. I publish this report to Power BI. Then I get an embed into Sharepoint Online link. When I add the web part to Sharepoint Online and paste the Power BI Report Link, I do not have the ability to select any Page Name, Display, or Show Navigation Pane options. There is nothing in the Page Name drop down selection field. I am looking to select a specific page name to display from my report but it is not possible. Can you please help? Thank you.
Hi,
I was wondering if I can use PBI Python visual to create a search box, that will search for the data in a specific column, and return a message when the data is not in the dataset.
I tried to create a search box using tkinter but when I run the script I got the this error "microsoft.powerbi.exploreservicecommon.containpiiexception".
Thank you in advance.
dailiop
Hey,
I'm trying to build a visual that uses a matrix dataview mapping with two seperate rows like in the code below and uses subtotals. Is it possible to map the data in the desired way? My visual just keeps loading but does not throw an error.
If you are curious why I'm trying to do it this way, it's because I want to help the user with the data input and give him a little bit more information.
Regards
Lucas
Attempting to access the following link provided in your previous posting:
https://community.powerbi.com/t5/Community-Knowledge-Base/Power-BI-REST-API-demos-in-C/ta-p/211155