Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
rpiboy_1
Helper V
Helper V

Numeric Range (Parameter) returns multiple values in Matrix

Hi all,

 

I'm using a Numeric Range as a multiplication factor in my report. In a table the final measure calculates properly, where the factor value is properly applied to the measure I want to multiply.

 

However, in a Matrix, the DAX is behaving like there is more then one value coming from the Measure that defines the factor value, and is defaulting to the 'alternate' value (2.5) in the Measure statement:

 

Universal Grossing Factor Value = SELECTEDVALUE('Universal Grossing Factor'[Universal Grossing Factor], 2.5)

 

What I don't understand is why in the matrix does it think there is more then one 'row' in this case? I'm obviously missing something about the context of the matrix, just not sure what...

1 ACCEPTED SOLUTION
rpiboy_1
Helper V
Helper V

I win the dunce award... never sync'ed the parameter selection slicer from the first page of the report to the page that has the matrix visual... that is 100% on me... 😞 While attempting to investigate further, came accross Substack thread that caused me to double-check the slicer state/status....

View solution in original post

4 REPLIES 4
rpiboy_1
Helper V
Helper V

I win the dunce award... never sync'ed the parameter selection slicer from the first page of the report to the page that has the matrix visual... that is 100% on me... 😞 While attempting to investigate further, came accross Substack thread that caused me to double-check the slicer state/status....

EylesIT
Resolver II
Resolver II

@rpiboy_1, I would suggest creating a measure with this DAX expression:

TestMeasure = COUNTROWS('Universal Grossing Factor')

 and see what numbers it returns for each cell of the matrix. This can help work out what is going on.

 

The test measure was 'instructive' in that it comes back as 101 rows, which happens to be the total number increments available in the Numeric Range Parameter. So I guess my question becomes, how do I get to the 'right' context when using a Numerical Parameter with another Measure.

 

When I add the test measure to the table, it also jumps to showing all the rows from the dimension table I'm using, so that is clearly the 'underlying' issue. I'm just not sure how to deal with it... 😞

rpiboy_1
Helper V
Helper V

Not sure if it helps (but can't hurt) I'm observing the same result in an online paginated report, which I assume is basically using an equivalent 'Matrix' to report the data, even though by default it resembles/looks more like a table in the paginated result.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.