Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
I have created some statistical measure for lower bound, quartile 1, median, quartile 3, and upper bound. I would like to have a count of the records that lay between these boudaries. So, as an example, I created this:
Solved! Go to Solution.
Not sure if this will fix it but try
Num rows =
var lowerBound = [Lower Bound]
var quartile1 =[Quartile1]
return COUNTROWS(FILTER( TechData, TechData[VALUE]> = lowerBound && TechDate[AcceptanceTime] < quartile1))
this will only compute lower bound and quartile 1 once, rather than having to recompute for each row of TechData.
Not sure if this will fix it but try
Num rows =
var lowerBound = [Lower Bound]
var quartile1 =[Quartile1]
return COUNTROWS(FILTER( TechData, TechData[VALUE]> = lowerBound && TechDate[AcceptanceTime] < quartile1))
this will only compute lower bound and quartile 1 once, rather than having to recompute for each row of TechData.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
19 | |
13 | |
10 | |
9 | |
9 |