Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi. I need to create a matrix visual where i can show the category and be able to click the plus sign to drill down to show all of the applications in that category listed. That is easy so far. The challange is that, each application has a start date and start time and end date and end time. These four coulmns can't possibly be aggregated because it would make no sense. Their values should appear only at the very lowest level -- that is at the application level. For instance, a category will have many applications. Therefore, there should be no value under the start/end date/time columns. These values should only appear when I expand the category to list all the applications. At which point each application will have start/end date/time values under those respective columns. To do that, I used hasonevalue to only show the value when there is only one value available--hence, the lowest level. However, using hasonevalue with a very large dataset, 100s of thoushands of records, it slows down the visual enormously. Is there a different/better way to work around this and to achieve the desired result? Thanks.
Solved! Go to Solution.
I'm pretty sure you can use ISINSCOPE instead of HASONEVALUE in your case. Have a read of this sqlbi article: https://www.sqlbi.com/articles/distinguishing-hasonevalue-from-isinscope/ and see if that helps solve your issue.
I'm pretty sure you can use ISINSCOPE instead of HASONEVALUE in your case. Have a read of this sqlbi article: https://www.sqlbi.com/articles/distinguishing-hasonevalue-from-isinscope/ and see if that helps solve your issue.
Hi. Thanks again. Unfortunately, it still didn't make it any faster. I will try a different approach.
Thanks so much. I did try Inscope earlier, and it kept loading for a very long time still. Iwill try again later tonight or tomorrow morning and let you know.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 74 | |
| 51 | |
| 50 | |
| 46 |