Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
23 | |
20 | |
12 | |
10 | |
10 |