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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.