Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a table showing customers and their purchase orders. I hope to have a filter to control the display of the customer’s last N purchase records, I tried to use the ISFILTER() function but I did not achieve the desired effect. any ideas?
Solved! Go to Solution.
@CHIJK ,
What's your DAX code? I think you need to add an index column to your main table. You also need to create a new parameter table at "what if parameter", and then you can use ISFILTER() to create a metric based on this. (This blog may help you a lot)
(I suggest you provide a screenshot of the front-end report instead of the data table in the model, so that I can give a more specific solution)
Mark this post as solution if this helps, thanks!
@CHIJK ,
What's your DAX code? I think you need to add an index column to your main table. You also need to create a new parameter table at "what if parameter", and then you can use ISFILTER() to create a metric based on this. (This blog may help you a lot)
(I suggest you provide a screenshot of the front-end report instead of the data table in the model, so that I can give a more specific solution)
Mark this post as solution if this helps, thanks!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
11 | |
11 | |
10 | |
6 |