Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
103 views

I have a table of data, and I want to sort by STATE, and then for each STATE, return the TopN (say Top 3 for example) COMPANY per state. Using the generic visual filter for Top 3 Company, by Value, ...
BruceWayne's user avatar
  • 23.5k
Advice
1 vote
1 replies
65 views

I’m working on a reporting model that tracks recoverable hours and overtime for staff under a specific contractual agreement. I’d appreciate any advice on how you would approach modeling and ...
Luke's user avatar
  • 21
Advice
0 votes
1 replies
54 views

I want that the data will arrange in a proper manner firstly the data have clear and remove duplicate and missing values then I write a my code in pandas to upload and process the same thing again ...
Prashant Gaur's user avatar
0 votes
1 answer
46 views

I have an attendance summary table with the following columns: EmployeeID Date WorkHours I need to create a visual (or table widget) in Power BI that shows employees who worked more than 48 hours ...
Mohamed Abith's user avatar
0 votes
1 answer
34 views

I want to calculate the "working days" between 2 dates in Power BI. Middle east and north africa countries have different weekends (for example Egypt and Saudi Arabia Fri,Sat, the rest Sat, ...
devrinc's user avatar
1 vote
1 answer
48 views

I am trying to make a visual in Power BI that shows me what people order second, if they order x product first. Very similar to a basket analysis but I don't want to know what was in the same cart as ...
Michael Marhefka's user avatar
0 votes
0 answers
65 views

I would like to create a view in mysql who show the place of my order as text. This place is a json object (example {"sap_hold": 1, "in_licensing": 1}). I would like to add a ...
Fpasquer's user avatar
  • 414
0 votes
0 answers
33 views

I have a requirement where I need to add labels to the "Filled map" in power BI. I have found various ways to add labels to "Bubble map" but, I want to add labels to the "...
naji4's user avatar
  • 1
Best practices
1 vote
0 replies
27 views

I have two related tables: SD with columns: No, Date, etc. Orders with columns: SDNo_, Date, etc. Both are related with this No - SDNo as one SD to many Orders. There some No, which are present in ...
EssentialMarie's user avatar
0 votes
0 answers
25 views

I’m currently working on a project where I take an image of a Power BI dashboard and automatically generate a Power BI PBIP project that replicates the exact layout and visual design of the dashboard ...
Yog Pandya's user avatar
0 votes
0 answers
34 views

I'm making a report that contains RLS rules based on the function USERPRINCIPALNAME(). Basically, I've created a measure that will: get logged in user's email do a VALUELOOKUP and find their user_id ...
Carlos Sette's user avatar
0 votes
0 answers
20 views

pbix file: https://x0.at/dnPB.pbix So I have a line and clustered column chart. On the line y-axis, by default my original data (Median Gross Monthly Salary under the table Median Salary of FTP) will ...
x4c's user avatar
  • 1
0 votes
0 answers
44 views

I am attempting to create a dynamic title that will return the category when 1 item is selected, return multiple options separated by a comma when they're selected, and return "ALL" when ...
Tristan Privott's user avatar
0 votes
0 answers
30 views

I have a slicer on PeriodSlicer[Period] for All Time, Full Year, Year to Date and Selected Dates. Selected Dates should apply whatever dates are selected in the Calendar slicer, while the others ...
jonnybolton16's user avatar