Skip to main content
Filter by
Sorted by
Tagged with
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
-1 votes
0 answers
19 views

In PBI, I need to create a matrix that, based on the selected month: Display the data for the current month and the data for previous months of the same year. Display the data for the months of the ...
zle_bi's user avatar
  • 19
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
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
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
51 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
-3 votes
1 answer
38 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
0 answers
37 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
22 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
1 vote
0 answers
62 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
33 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
0 answers
55 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
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
2 answers
57 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
0 votes
0 answers
28 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
2 votes
1 answer
68 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
1 vote
2 answers
123 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
0 votes
1 answer
54 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
1 vote
1 answer
117 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
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
0 votes
1 answer
43 views

What DAX calculation to calculate the Sales $ Fulfilled where Is Originating Online Sales Store = "Y" and match the Fulfilling Location to Originating Location Meaning, any sales that were ...
Eliseo Jr's user avatar
  • 141
1 vote
0 answers
91 views

For this DAX, I can select individual Items one-by-one and it will populate an actual rate. The issue is a select all situation. If I wish to see all locations Actual Rates, The query exceeds ...
Chad Broussard's user avatar
3 votes
2 answers
132 views

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

I have a data table that captures information on events, using three key columns to identify events by their "Incident Date", "Incident Name", and "Space Name". Using dax ...
lattice0123's user avatar

1
2 3 4 5
195