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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello!
I'm having a very big problem right now with one of my dashboards because I'm needing to use 28 measures which use virtual tables within to bring me pieces of information according to some rules, and it appears to be the only way the bring the correct values, which are totally responsive to all of the filters presented. The virtual table inside of each measure is the same, but the rules change from measure to measure.
I calculate 4 percentiles, also with virtual tables, and I use them as rules to find the wanted values. An example is presented below:
Percentiles used in the measure:
Hi @Anonymous,
Don't know how your model is setup, but one thing that I have learned when I started to work with virtual tables is that you must avoid making summarization of the full table because this will force your measure to check all the table and then filter out what you need.
You should of possible restringe your summarization to the columns that you need for the calculation using ALL or ALLSELECTED and refering only to the tables you need.
Can you share some more information about your model maybe a mockup and expected result.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHello, @MFelix !!
Thanks for the answer!
I have one full table with the profit, price, and volume information and several other information about the products and the clients, and when I do the summarized table I use only the Client ID column and the profit, price, and volume. When I do this table in the back end, the visual responds correctly to filters related only to the client's characteristics (like region and client category). But when I go the product filters, this table starts to give wrong values, and I need to summarize the information by Client, and the only way that is giving me the write value now is by using virtual tables on the measure. I don't know if there is any other way to achieve the same result as the virtual table. Do you know if there is any other configuration os something else that can prevent me of making the same virtual table for all of the measures?
Hi @Anonymous ,
Are you using a star schema model with dimension tables for the products, client, regions and so on?
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHello, @MFelix!!
Yes! I have a fact table that relates all of the fields to the profit, price, and volume. But if I tried to do a summarized table from the fact table with the client ID and sum of the profit by year, this table just suffers the effect of the filters related to the client id correctly that does not change through the years. Even checking the box for the filters to work on both tables.
Hi @Anonymous ,
Depending on the way your model is setup you may need or not to summarize on table. But one best practice that I know you must use while making the use of SUMMARIZE is to only refer to the columns you need and not the entire table, because that will increase the number of data that your calculation needs to check.
Are you abble to share a sample file? If information is sensitive please share a mockup or by private message.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsJoin the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.