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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi Power BI community
I a table with x columns
1. [Index]: An Index column
2. [Specifications]: A column (could be FirstMonday, SecondWednesday or LastFriday)
3. [Date]: A date
I want a column that shows true if the [Specifications] is "LastFriday" and [Date] is the last friday in the month. and otherwise show false
Is this even possible?
Any help will be greatly appreciated.
Solved! Go to Solution.
Hi
Add new column
[Specifications]="LastFriday" and Date.Month(Date.AddDays([Date],7))<>Date.Month([Date]) and Date.DayOfWeek([Date])=4
Stéphane
Hi
Add new column
[Specifications]="LastFriday" and Date.Month(Date.AddDays([Date],7))<>Date.Month([Date]) and Date.DayOfWeek([Date])=4
Stéphane
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 14 | |
| 13 | |
| 12 | |
| 7 | |
| 6 |