Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I am using the Power BI table. In my monthly fee column, the row is aggregated. Monthly fee is of type currency. I only want the aggregate to appear in the footer. Here is a screenshot. What am I doing wrong?
Solved! Go to Solution.
The relationship of the table was incorrect. I was using the wrong fields. Once I made it a one to many, the query worked.
The relationship of the table was incorrect. I was using the wrong fields. Once I made it a one to many, the query worked.
So you fixed your problem? But I guess you cannot used Related function if there is no relationship.
Paul
@syncwithconnex , you have to share the formula
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
MonthlyFee comes from another table and there was no relationship between the two tables. I corrected the issue by creating a calculated column and using the RELATED DAX.
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 32 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 82 | |
| 66 | |
| 42 | |
| 27 | |
| 25 |