Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Friends,
I have a dataset whose sample looks like below
I need to create a summarize table in Power BI which should contain each Customer name by month and check if the update has been sent and what is the last date of the update sent for each month and customer
the table will look like below
Any ideas??
Have a great day
Thanks
Solved! Go to Solution.
@Anonymous , Join update send date with date table and try a measure like
if(isblank(max(Table[update Send Date])), "No", "Yes")
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
@Anonymous , Join update send date with date table and try a measure like
if(isblank(max(Table[update Send Date])), "No", "Yes")
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 45 | |
| 38 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 87 | |
| 69 | |
| 38 | |
| 29 | |
| 26 |