Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
12 views

I want to be able to use a slicer on a ribbon chart that will dynamically display the values in millions/thousands. One total is quantity and the other is price. The chart will display yearly totals ...
ZenmasterBear's user avatar
0 votes
0 answers
66 views

In Power BI, I have a semantic model with a fact table and a date table (marked as date table). I have three measures. One simply totals a column in the fact table: SalesAmount = SUM(FactInternetSales[...
Pier's user avatar
  • 3
1 vote
1 answer
83 views

Is there some way to store commonly created DAX Expressions/Measures for use in multiple files? I have a dataset that I refresh every month or so, and always have to manually add a few columns to the ...
BruceWayne's user avatar
  • 23.5k
0 votes
0 answers
55 views

I'm working on a Power BI report where I need to calculate cumulative account balances (OpenAccountsRunning) based on a per-month snapshot measure ([BaseClosing]). I originally wrote this “fast” ...
Drew's user avatar
  • 31
0 votes
1 answer
123 views

I have one table(final Table) which has columns (date, volume, Month, resource) where I'm calculating the utilization of a resource. so,I need to have time which gets calculated as per below formula ...
Drashti's user avatar
  • 13
-1 votes
1 answer
34 views

My main goal is to improve readability of my chart based on selected measures to be able to tell trends better. just a normal scaling, is this possible? here is link to my sample dataset and pbix. ...
Elias Ayoub's user avatar
Advice
0 votes
1 replies
35 views

I need to make a simple check in a measure. I have a table similar to this: MonthYr Flag 1/1/2023 0 2/1/2023 0 3/1/2023 0 4/1/2023 1 5/1/2023 1 6/1/2023 0 7/1/2023 0 8/1/2023 0 9/1/2023 0 10/1/2023 0 ...
ttruhcheva's user avatar
-1 votes
2 answers
73 views

I am trying to anonymize data, except for the company that's selected in a filter. Sample data is below: Company Name Anonymous Name [Calculated Column] Coca Cola Company A Wayne Enterprises Company B ...
BruceWayne's user avatar
  • 23.5k
0 votes
0 answers
30 views

I have a matrix visual which is based on a view v_Umsatz. The visual uses the year as the columns and the customer as the rows. For every year I want to calculate the sales amount up until the current ...
yannik0103's user avatar
Best practices
1 vote
0 replies
32 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
1 vote
1 answer
54 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
1 answer
46 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
2 votes
2 answers
120 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
0 votes
0 answers
56 views

I need to calculate project budget in my table visual which should displays its total budget completely irrespective of any Period Year filter applied by the user. Below measure is working fine for ...
Shivani G's user avatar
0 votes
0 answers
34 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
1 vote
1 answer
84 views

I'm trying to create a measure in Power BI using DAX that filters across two different tables using AND but I can't seem to get it to work. It seems like such a simple thing but I can't seem to find a ...
Hogg44's user avatar
  • 31
0 votes
0 answers
51 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
1 vote
1 answer
64 views

In DAX I can use RELATEDTABLE to get a table of data I want to refine. I can use FILTER to reduce the table to 1 row that contains the data I actually want. I can use COUNTROWS to verify that I have 1 ...
Adamarla's user avatar
  • 884
0 votes
0 answers
54 views

I have a fairly large (long) dataset that looks something like this... one record per individual response to each part of each question: ID breakdown_1 breakdown_2 question question_A_or_B value 1001 ...
Brandon Signorino's user avatar
0 votes
0 answers
48 views

I'm pretty new to DAX and so can't quite figure this out. I'm using a pre-generated Sales data model to create a Bar chart which shows the Average Order Quantity for Customers and grouped by each ...
chillydk147's user avatar
-3 votes
1 answer
43 views

I need help in recreate the report that's done in MS Access in Power BI. I'm trying to get the quantity sold, total sales amount, etc. by the item sale price that fall into the different ranges. All ...
Draco's user avatar
  • 67
0 votes
1 answer
37 views

I have two slicers: Year from Calendar[Year] (values: 2023, 2024, 2025) PlanType with two items: Planned and Actual spent Data: I have Actuals for 2023–2024, but no Actuals for 2025 (only Planned). ...
KnowNothing's user avatar
0 votes
0 answers
38 views

I want to make a measure that returns the rank of the current Reason×Resource by [Qty_Sum], respecting page/report slicers. Qty_Sum = [Qty_2025_W38] + [Qty_2025_W39] + [Qty_2025_W40] ...
Alastair's user avatar
0 votes
0 answers
45 views

I have the following matrix in Power BI with the measures "First Period", "Second Period", "<> Change", and "% Change" (the DAX code for the First Period ...
Tagli94's user avatar
  • 21
0 votes
0 answers
29 views

I have recently started working as a Power BI Developer. I was given a task of renaming dax measures present in the model. There are more than 50+ dax measures. Now the task is to automate this ...
Avinash 's user avatar
2 votes
0 answers
61 views

I am trying to calculate the difference of each "Row" value from that group's average from a group of two Top N filtered values. I am able to successfully "pull down" the average ...
BruceWayne's user avatar
  • 23.5k
0 votes
0 answers
66 views

I have connected my SSAS with MS Excel and all the dax which i am running is working fine . Image of DAX result in MS Excel But when i am connecting the SSAS with Power BI it is not running as ...
user10433098's user avatar
0 votes
1 answer
43 views

I have a combined table powering a PowerBI report that has an issue with almost duplicate rows. I have 2 records for certain SubIDNo entries, but for one of those I don't have a DateChecked. They all ...
Pendragon's user avatar
  • 117
0 votes
1 answer
47 views

I'm dealing with the following situation in Power BI. I have a matrix where: Rows contain client names (sales[cardname]) Subrows contain the products related to each client (sales[itemname]) I'm ...
Ed_7830's user avatar
1 vote
1 answer
49 views

I would like to change the date daily by clicking on the arrow. Selected date should be changed daily by clicking on the arrows. Is this even possible ? many thanks in advance. I need something more ...
symkly's user avatar
  • 3,031
1 vote
0 answers
61 views

I am fairly new to DAX and am coming across a problem I cannot solve. I have a SSAS Tabular Cube and am trying to create a YTD cumulative total which, fort the most part, works as expected. However it ...
Ashley's user avatar
  • 11
2 votes
1 answer
97 views

I have a visual using columns from the Timesheets and Users tables, using the relationship on [_userID] (Users-to-Timesheets, one-to-many, single). Each row of the visual is uniquely defined by ...
jonnybolton16's user avatar
0 votes
0 answers
34 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
0 answers
45 views

I want to add a meaure that averages the STORE COUNT column for all rows in attached Power BI matrix. The STORE COUNT column is a Count summarization in the Values section of the matrix. I would like ...
user31326060's user avatar
0 votes
1 answer
43 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
1 vote
1 answer
106 views

Screenshot from DAX Studio Screenshot from Semantic Model I’m working in a Microsoft Fabric Semantic Model (same behavior as Power BI Desktop model) and I’m trying to sort one column by another using ...
Nick's user avatar
  • 11
0 votes
2 answers
67 views

I am using SSAS Tabular 2022 and has model as below: The total amount is calculated as Total Amount:= sum(Amount[Amount]) When I view in Excel and filter the model by the Year-Month-Date, the first ...
Vincent's user avatar
1 vote
1 answer
80 views

I am trying to rank sales by customer and product in a matrix. I have a traditional star schema with a fact table and dimensions for date, customer, and product (a few more but not relevant). On the ...
TomLenzmeier's user avatar
0 votes
0 answers
32 views

I have raw data with columns "Year", "Period", "Country", "Sales Amount". Please note there are 13 periods in a year, (and not 12). The dates also differ ...
James's user avatar
  • 1
0 votes
1 answer
60 views

I haven't used DAX much but I thought this would be easier. Basically I have the value [ID] in the rows of a pivot table using the data model function, and then the values [Numerator],[Denominator], ...
user1706975's user avatar
2 votes
1 answer
80 views

I have a DAX measure that tries to find the previous weeks target and is used to subtract from the present week target to get me total change. The measure does not show any row values. It worked prior ...
Brian's user avatar
  • 31
0 votes
0 answers
92 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
1 vote
2 answers
143 views

I have a table with the following data: record_id visit_date int_date month hb_ae wbc_ae anc_ae plt_ae ast_ae alt_ae arc_hb_ae sched 10 9/9/2015 7/8/2015 1 2 Sched 10 10/9/2015 7/8/2015 2 2 Sched 10 ...
mcadamsjustin's user avatar
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
60 views

My Power BI model has a single table. I cannot create any new calculated table. I need to develop 2 measures in the DAX language, one for Salary of an employee based on most recent effective date; the ...
user3812887's user avatar
0 votes
1 answer
52 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
172 views

I need to create filter for table using parameter(working on report in Power BI report builder). So I have one main dataset and one dataset for parameter values where also was created row for all ...
Ol_T's user avatar
  • 47
1 vote
1 answer
84 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
2 votes
0 answers
99 views

I have a table Feature_Site, I want to count the featureCode by FeatureStatusDescription, I already have a measure that gives me the feature count Totl_features = COUNT ( Feature_Site[FeatureCode] ) ...
icenature's user avatar
2 votes
2 answers
80 views

I have a dimension table with column Account ID Account ID a b c and fact table Merchant Account ID Date Value 1 a January 500 2 a February 100 2 b February 300 2 c January 200 3 a January 900 3 b ...
Andrew Leary's user avatar

1
2 3 4 5
195