Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
CHIJK
New Member

Control the number of displayed lines Using DAX

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?

 

2613.png

1 ACCEPTED SOLUTION
DavisBI
Solution Specialist
Solution Specialist

@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!

View solution in original post

1 REPLY 1
DavisBI
Solution Specialist
Solution Specialist

@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!

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.