Forum Discussion
Model composite with seperate table
- 8 months ago
Hi Sophie__ ,
Thank you for reaching out to Microsoft Fabric Community.
Thank you amitchandakand MFelix for the prompt response.
As we haven’t heard back from you, we wanted to kindly follow up to check if the response provided by the user's for the issue worked? Is your issue resolved?
If not please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
Please show the expected outcome based on the sample data you provided.Thanks and regards,
Anjan Kumar Chippa
Hi Sophie__,
I have similar models with disconnected tables and if expressions and did not get this type of issues, but me mindfull that each model as it own specifications.
How are you setting up the matrix? What are the filters that impact the matrix and the calculations?
Have you tried creating a Field parameter or a Calculation Group instead of an IF statement?
Hi MFelix ,
Power BI splits the query in two when I add a specific field; I don't understand why, and it's this query that returns over 1 million rows.
Sophie
- Sophie__8 months agoHelper I
Hi MFelix ,
This is a specific field that comes from a dimension table.
A second query is launched directly:
SELECT `je_header_description`, `je_line_description` FROM `fco-data-gsp-products-dev`.`profit_and_lost_exp_dev`.`dmt_dim_gl_v` GROUP BY `je_header_description`, `je_line_description` LIMIT 1000001 OFFSET 0This query retrieves over 1 million rows.
I don't understand why i have this second request.
Regards,
Sophie
- MFelix8 months agoSuper User
Apologies for the additional questions.
But what type of relationship is this? I see in your image that you have a many-to-many relationship but not sure what is the table.
What is this dimension role in the information you are getting?
Do you only have one period selected or do you show all of the periods at the same matrix?