Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Please help!
I have a report where I'm comparing current year sales in one table and prior year sales in a different table.
My issue is with the prior year table. The table is simply showing Client, Revenue (sales), % total and Rank. All fields are dynamic based on a TopN slider; this is all working fine in the table.
My revenue calculation is based on same period last year and is:
Revenue SPLY = CALCULATE([Revenue],SAMEPERIODLASTYEAR(Date[Date]))
To include that into my TopN filter, that calculation is:
TopN Revenue SPLY by Client = IF([Client Ranking PY] <= 'TopN[TopN Value], Revenue SPLY])
One issue is that I am trying to count the clients with revenue (sales) where it's greater than 5m. I have 5 filters and they all work to update that amount except for the Date filter.
Issues:
Additionally:
The Client count should be in the perior year range (same period last year and not change), but I cannot get this to work, I've tried with "RemoveFilters" and that doesn't work.
Unfortunately, I cannot attach my .pbix fil because of the proprietary data.
Any assistance would be greatly appreciated.
Thank you very much.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information or anything not related to the issue or question.
If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
116 | |
104 | |
87 | |
35 | |
35 |
User | Count |
---|---|
152 | |
98 | |
81 | |
61 | |
55 |