Re: Dax calculate monthy and yearly rent payments
I am trying to show the increasing costs of our properties but we have multiple escalations based lease dates then, outside of these properties i have some with set % increases year over year and some...
View ArticleRe: PBIP Error: "The /$schema property in report.json must be provided as...
updating the schema from 1.1.0 to 1.0.0 worked for me.
View ArticleTable creation in lakehouse with schema
Hello, I had a schema-enforced lakehouse and tried to create a table with Pyspark. Code as below:df.write.mode("overwrite").option("overwriteSchema", "true").format("delta").saveAsTable("schema.table")...
View ArticleRe: Dax calculate monthy and yearly rent payments
@jennaw2024 please open a new thread. Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).Do not include sensitive information or...
View ArticleDynamically Change the Database name in the Powerbi desktop
Hi All, I am trying to change the database name dynamically in the powerbi from the powerbi rest api call. I created parameters for server and database name and use that in the query . I am trying...
View ArticleRe: Table creation in lakehouse with schema
Hi @schou , As far as I know this error message occurs due to architectural mismatch occurs .You can try using the following syntax:df = spark.read.format(“csv”).option(“header”, “false”).load(...
View ArticleDax calculate monthy and yearly rent payments with variables
https://1drv.ms/u/s!AvCUiNWEUJeCq7Uj3wegyKJTjlsGMw?e=vusnte @lbendlin It took a long for me to shape it .. I also tried at my end to work on earlier solution provided by you and worked something which...
View ArticleBar chart visual with positive and negative values
I am working on a visual that will show a list of our plants with their monthly production capacity. The visual will be used for planning downtimes. If I select a plant (that is, a plant has a...
View ArticleHow to handle the power BI refresh time limit while having multiple...
Hello everyone, I want to know is there any way to trigger multiple refresh request using power bi client library in a given time.As per need, we want to trigger multiple report refresh request, but...
View ArticleRe: Dynamically Change the Database name in the Powerbi desktop
You can only change credentials, you cannot change the connection details. Create a new connection or run a custom SQL that overrides the database name.
View ArticleRe: How to handle the power BI refresh time limit while having multiple...
What are you trying to achieve? If you need real time performance, use real time datasets (Streaming Hybrid, for example)
View ArticleRe: Bar chart visual with positive and negative values
That is standard functionality. What have you tried and where are you stuck?
View ArticleColor Palette not working as expected.
Hi,In several custom visuals we created, we are using the color palette provided by the IVisualHost to assign colors to categorical item. We run into a problem that in case a filter is applied, the...
View ArticlePowerBi Rest API | GET request with dynamic values
Hi All, I have no experience in coding or M query and I spent many hours googling and couldn't find a solution.I am trying to build a tracker for our incoming sea shipments to make life easier. What I...
View ArticleRe: PowerBi Rest API | GET request with dynamic values
Please follow the documentation. Use RelativePath and Query parameters. https://learn.microsoft.com/en-us/powerquery-m/web-contents#example-1
View ArticlePower BI REST API query against dataset error
I am trying to use the Power BI REST API through PowerApps to query a Power BI dataset. It works fine for me and for another person who had contributor access to the workspace that the Power BI data...
View ArticleRe: Power BI REST API query against dataset error
My understanding is that the PowerApps user has to have a workspace role above Viewer. This also means that RLS will be ignored.
View ArticleRe: How to handle the power BI refresh time limit while having multiple...
I'm trying to add bookmark and refresh the report each time a bookmark added.This is not related to any performance issue.We are basically rendering power bi report inside our angular application, and...
View ArticleUnable to Download Self-Study Kit for Power BI Developer in a Day Course
I am attempting to download the Self-Study kit from the following documentation: Power BI Developer Online Course. However, I am encountering an error stating, "Public access is not permitted on this...
View Article