Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I am currently having an issue when adding a field to the Columns of a Matrix table.
I have simiplified the results down to see if anyone can help.
Table 1 - FactPolicyTransactions [FPT] gives me a Total of 70 Sales based on a DistinctCount of Policy.
ClassOfBusinessCode is also taken from the [FPT]
Table 2 - contains the Class of Use from the Logical.SummaryCovernetCombined table and when added to the matrix it shows as:
The correct split should be :
Commercial Office 28
Commercial Shop 42
There is a 1:* join between the tables based on PolicyTransactionKey
Any help or pointers greatly appreciated 😇
Solved! Go to Solution.
@Wardy Can you try making the cardinality to bidirectional seems like you are trying to filter table (2) with table(1) attributes which is why it is giving wrong result
Regards,
Husna
Hi @Wardy ,
How abut this?
Measure =
CALCULATE(
DISTINCTCOUNTNOBLANK('Table'[Column]),
ALL('Table')
)
If it's not work, please provide sample data.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@v-lionel-msft thanks for taking the time to look at this. Happy to say I now have this issue resolved. 😁
@Wardy Can you try making the cardinality to bidirectional seems like you are trying to filter table (2) with table(1) attributes which is why it is giving wrong result
Regards,
Husna
Thanks @Anonymous for this solution it resolved my issue. 👏👏
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 38 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 64 | |
| 31 | |
| 29 | |
| 24 |