My requirement is when a report will be opened in Power BI services by default, the latest date will be selected in a single select slicer. Consider in import m
I am trying to come up with the right strategy on BI Testing (UAT/Regression). Below are the details. Appreciate if you could share you point of view please? Te
I am relatively new to Power BI and have been asked to make some enhancements to an existing report The report is a listing of users with the corresponding num
Power BI (1st party) service will integrate with usageRigths graph API beta endpoint: GET /users/{userId}/usageRights. The API calls will use the existing permi
I need to change the value of a parameter in a TOM. I am using Azure Devops with steps that include Tabular Editor CLI. I have written a one-line script that sh
I have the following problem .. I have this table: I want to create a calculated column that tells me the difference of days between two dates of the same c
I am trying to connect my data to the Emissions Impact Dashboard in Power BI. I have an MCA/MPA Azure account and I am trying with a user having Global Admin ro
So this is a one I have been cracking my head because I know there has to be a way. I have a Top 10 Country column ranked based on sales. Unfortunately in my da
I would like to create a YearMonth column in Power BI and group data in this order in visual plot, say histogram. I tried to create a duplicate of the datetime
We have embedded Power BI report in Angular 7 code and when we try to export using Power BI provided service it is not exporting applied filters instead it down
I'm using TOM to interrogate and manipulate a PBIX file open in Power BI. The PBIX file uses a parameter to set the connection string to the sql database that
Wondering if there's a way to make a text bubble show up when the user hovers over a metric in a Power BI report. I have tried using alt text, but that does no
I want to show comparing of these value in line chart : max-min and average(actual value) Assuming we have these three values without thinking to the data struc
Hello, people. As you guys can see on the table above, I´have more than one "seller" per "order_num" and it’s ok. But I need to SUM the "sku_qtd" w
Could someone advice how could be hide 0 values from all chars on the PowerBI page? For example when I clicking on chart A and want to filter just specific Axi
I concatenated four columns using this code (to prevent null values to be linked together) in Power Query (Power BI Desktop): = Text.Combine(List.Select( { [Col
So I have this table: Original Table I would like to transform the Defect columns into only one without affecting the total of the Inspected column. I've tried
I want to be able to generate a stacked bar chart based on the results of a query, for example the number of open bugs and open features. I would like to see th
Can someone help me to convert the sql string to Dax? row_number() p over (partition by date, customer, type order by day) The row number is my desired output.
I am trying to create multiple measures in Power BI through advanced scripting in Tabular editor that would replicate a Calculate(Sum(ColA),Keepfilters(ColB=i))