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
wow, I can't upload my project file here..... huh this is going to make things difficult
Two tables with a relationship. Table A has an amount column and I have a donut chart summing that amount by name.
Table B is a related table.
Table B has a column that I wish to filter the donut chart on
I only get 1 result This is the generated DAX I caputed from Performance Analyzer
// DAX Query
DEFINE
VAR __DS0FilterTable =
TREATAS({"A"}, 'Table2'[Type])
it goes south here as this returns just 1 record so the TOPN is performed on a table of 1
VAR __DS0Core =
SUMMARIZECOLUMNS('Table1'[Name], __DS0FilterTable, "SumAmount", CALCULATE(SUM('Table1'[Amount])))
VAR __DS0BodyLimited =
TOPN(1002, __DS0Core, [SumAmount], 1, 'Table1'[Name], 1)
EVALUATE
__DS0BodyLimited
ORDER BY
[SumAmount], 'Table1'[Name]
I'd upload the project because that would be simplier but I see no upload link.
Solved! Go to Solution.
I changed the properties on the relationship. The value for Cross Filter Direction was changed to "Both" and configured the filter for both directoins (checkbox) and now appears to be functioning.
Hey @Anonymous ,
upload the pbix file to onedrive or dropbox and share the link.
Regards,
Tom
I changed the properties on the relationship. The value for Cross Filter Direction was changed to "Both" and configured the filter for both directoins (checkbox) and now appears to be functioning.
I had the same situation but little different .
My date table and category table in my filters on this page does not work.
Date table filter supersede the category filter looking that category doesn't exist.
Weird thing is I do have that category and a row in my fact table but for some reason it doesnt show.
I end up using the cross filter set to both and it works.
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.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 26 |