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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
RanHo
Helper IV
Helper IV

How to display specific data in table/matrix

Good day Guys! 
              I just want to know how can i display specific data . As you can see i have Sample User table, and then Sample Output I wanted to achieve.  For this project i just want to create column named ( RENEW ID NUMBER and RENEW TRANSACTION NUMBER ) which is the color green  column in output. Need to display the renew id and transaction for specific User/Name. 
        Any advice or help will acknowledge. Thank you in advance!

_RAN
SAMPLE TABLE.JPG
SAMPLE OUTPUT NEEDED.JPG

2 REPLIES 2
amitchandak
Super User
Super User

@RanHo , Create an independent/disconnected date table and use that in slicer and try measure like

 

//Date1 is independent Date table
new measure =
var _max = maxx(allselected(Date1),Date1[Date])
var _min = minx(allselected(Date1),Date1[Date])
return
calculate( sum(Table[Value]), filter('Table', 'Table'[Entry Date] <=_max && 'Table'[Expiry Date] >=_max))

 

 

Measure way
Power BI Dax Measure- Allocate data between Range: https://youtu.be/O653vwLTUzM

 

@amitchandak  Thankyou for reply, I tried but I think its not working. 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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