Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
29 views

I am trying to create a Vega Gantt Chart using the template from David Bacci - Deneb-Showcase. In my original dataset I am taking the data from sharepoint and importing it into deneb visual. I did ...
mmallya's user avatar
  • 25
0 votes
1 answer
41 views

Months ago I have downloaded the: Microsoft Fabric Capacity Microsoft Fabric Chargeback Reporting The version I have are the following: It seems to me that I have a discrepancy between my version ...
Francesco Mantovani's user avatar
0 votes
0 answers
30 views

I am trying to create an Azure DO Analytic that I can bring into Power BI. Specifically I am trying to get all PBIs for the current sprint. When I pull up a PBI from the sprint the iteration path is: ...
BelizeMonkey's user avatar
0 votes
0 answers
39 views

I have a stacked column chart and I want custom color for each brand present in the data. The brands are added in the legends section. I could go and set color manually for each individual brand but ...
Umair Ahmed's user avatar
0 votes
1 answer
39 views

I am building a Power BI dashboard where my Matrix visual has employees in rows and dates in the column headers. The date field I am using is: Hours_Provided_by_Manager_ScriptOutput_AMOps[...
Shweta's user avatar
  • 11
0 votes
0 answers
31 views

I am trying to migrate a Tableau dashboard to Power BI, and I’m having difficulty building the tables in the desired format. I currently have 3 separate tables: Matrix table – showing Classroom, ...
user2774355's user avatar
0 votes
0 answers
50 views

We have created a PowerBI report with a overview page that gives the users an overview over the key insights in the report. In this overview page we created a section which basically shows the actions ...
Jesse's user avatar
  • 1
0 votes
0 answers
30 views

I receive an Excel file, usually daily, that is used to display the current situation, but I want to take a summary of that data and add it to an historical file to show the performance over time. The ...
user3325003's user avatar
0 votes
0 answers
36 views

I have created a powerbi table as below. Using Power Automate, I would like to send an email to team managers so they can see only their team members only. Something more complex than this. Many ...
symkly's user avatar
  • 3,031
0 votes
1 answer
53 views

I wanted to get the last seven days of my sales based on the slicer selection. I have a Slicer which has 2years of dates. If I select any date in the slicer I need to visualize the 7 days of my sales %...
Srikanth's user avatar
0 votes
0 answers
28 views

I am trying to define a parametric report using program data. In my Power BI model, this is easily resolved using relationships between the tables, and I am trying to recreate that same amount of ...
csnydermph's user avatar
0 votes
0 answers
71 views

I am trying to run a query against a dataset from PowerBI Semantic Model in Power Automate to return a CSV file with the outputs. Steps I have taken: Created a Power BI Desktop file that connects to ...
Blazer1984's user avatar
0 votes
0 answers
49 views

We are in the process of replacing an On-Premises Data Gateway running on a VM with a Virtual Network Data Gateway running in Azure; the VNet Data Gateway has full connectivity and name resolution to ...
Massimo's user avatar
  • 1,550
1 vote
0 answers
42 views

I’m working on a Power BI report and using a Sankey diagram with ChartExpo Sankey, Visio Chart Sankey, and Microsoft Sankey (from AppSource). I want the Sankey to display both the count of items and ...
Neil's user avatar
  • 11
0 votes
1 answer
41 views

My problem is an m to n relationship between the issue types "Epic", "Story" and "Bug". So a Bug can be a child of a Story, or a child of an Epic. But in some cases it is ...
Reyjin's user avatar
  • 1
1 vote
1 answer
80 views

I have a table which has an entry for every time a ticket is assigned to an agent or team. What I need to be able to do is find latest datetime for each faultid per day. Table is similar to below ...
Adrian lock's user avatar
0 votes
1 answer
69 views

I have created 2 tables: table1 = GENERATESERIES(1, 10, 1) table2 = GENERATESERIES(2, 20, 2) I want them to appear using the same Slicer visualisation such that: I have tried: Table = DISTINCT(UNION(...
SteveS's user avatar
  • 67
0 votes
0 answers
29 views

Hi i wounder how i get drilldown from one subject with one special point to see the points fragment of that point in the main table. On this image i want to right click on the 2 point from (Betyg) and ...
Jonas's user avatar
  • 93
0 votes
0 answers
23 views

I've installed the SPC custom visual created by the government of western Australia and I'm attempting to reformat certain aspects of it via importing a JSON file. See below. { "name": &...
AmateurHour's user avatar
0 votes
0 answers
50 views

I am working in a project with power BI and DAX but it seems not working right for me. I have a first table vproject that contains multiple projects and each one have multiple tasks with multiple ...
houssem eddine ayari's user avatar
3 votes
2 answers
132 views

I have these two tables: +-------------------+ +-------------------+ | TAB1 | | TAB2 | +---------+---------+ +---------+---------+ | PRODUCT | ACCOUNT | | GR | ...
Jacek's user avatar
  • 31
3 votes
1 answer
49 views

Given I have a products table and sales table as below; Product ID Product 1 Roller Skates 2 Bicycle 3 Monitor 4 Keyboard ID Product ID Sales Person Dated 1 2 Peter 2025-03-12 2 1 Brian 2025-03-14 3 2 ...
SteveW's user avatar
  • 93
1 vote
1 answer
86 views

I'm working on a product table where I have several classification levels for each product: “Classification 1” (Beds, Box Springs) and “Classification 2” (King, Queen). I have a visualization showing ...
znah's user avatar
  • 17
1 vote
1 answer
77 views

I have a need to know what parameter names are required for each paginated report -- the actual names, not what is displayed to the user -- but I don't want to open Power BI Report Builder for every ...
dougp's user avatar
  • 3,163
1 vote
1 answer
149 views

My table sheet is Region Value First 1 Second 2 First 3 Measure 3 = CALCULATE(COUNTROWS(Sheet),Sheet[value]<[Measure]) Measure = MAX(Sheet[value]) Why can I not write [Measure] like this? I get ...
Gargi Bindal's user avatar