Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Our requirement is to display refresh date from the table when column1="ABC". We are trying to usea measure for this..
we have a table where columns are names and refresh_date (with timestamp values) that is not join with other tables in relationships. Not required as well.
Need to use a IF condition like below:
Refreshed Date = IF('TABLE'[column1]="ABC",'TABLE'[REFRESH DATE])
However, I am unable to see this specific tables which is not joined in the relationships.. there is no key where we could join with other tables..
Please help.
Solved! Go to Solution.
@Anonymous
Where do you use the refreshed date? Do you have a calender table or fact based on which you pull the data? Or is it something you want to keep it as a slicer/filter in the visual?
Or simply bring in the two columns and use the Column1 in Visual filter and filter for value ABC
Sample Data:
Filter Column1 for "ABC". You could hide the column1 and filter later.
If this helps, Mark it as a solution.
Kudos are nice too.
Hi @Anonymous ,
I have created a sample for your reference, please have a check as below.
Refreshed Date = IF(MAX('TABLE'[Column1]) = "ABC", MAX('date'[date]))
If it doesn't meet your requirement, kindly share your sample data and excepted result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.
@Anonymous
Where do you use the refreshed date? Do you have a calender table or fact based on which you pull the data? Or is it something you want to keep it as a slicer/filter in the visual?
Or simply bring in the two columns and use the Column1 in Visual filter and filter for value ABC
Sample Data:
Filter Column1 for "ABC". You could hide the column1 and filter later.
If this helps, Mark it as a solution.
Kudos are nice too.
I need to use refresh date in the top corner of the report page. There is no relationsips between the tables. I have a table where two columns are there .. name and date.
@Anonymous
See if the workaround helps.
If you don't need other rows in the table, you could filter in Edit queries/Transform data.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 128 | |
| 88 | |
| 79 | |
| 67 | |
| 62 |