Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello.
I am trying to do a Actual vs Quota table. It's pretty straight forward except for the following.
In one product category, there are two products, but quota is only assigned to one of the products, and actuals are in both products. And, in a Matrix table, I want to be able to hide the actuals and quota by subcategory in the Auto category but do show them by category.
Below is my current state:
Below is desired state:
Sample file below:
dropbox link
I think I need a quota and an actual dax that filters by column but not sure how to write this without also blanking out the Auto total.
Thanks in advance!
Solved! Go to Solution.
Hi,
I am not sure if I understood your condition correctly, but please check the below picture and the attached pbix file.
Hi,
I am not sure if I understood your condition correctly, but please check the below picture and the attached pbix file.
Sorry for the late reply. I haven't successfully applied this to my working file but since it works in the test dummy file, your solution is accepted and greatly appreciate your help.