The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a rate list history table which is having day level data. I want to create anew table from the rate list table by using a dax which will give me the table based on a maximum slicer selection date.
I have used the below dax functions
for getting the maximum of slicer selection date i am using the below dax
Hello @sahubibhuti45,
For the FilteredTable measure, can you please try the following:
FilteredTable =
CALCULATETABLE(
'RATE LIST',
FILTER(
ALL('RATE LIST'),
'RATE LIST'[RTLIST_DATE] = [maxdateslicer]
)
)
Hi , This query is not giving any error but also not giving any data.
User | Count |
---|---|
87 | |
84 | |
36 | |
35 | |
30 |
User | Count |
---|---|
95 | |
74 | |
67 | |
52 | |
51 |