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.
I am try to create a date parameter like can in Qlik Sense, Rshiny, Tableau with the following properties:
P.S. This is kind of a industry standard concept in Business Intellegence at this point.
hi @mlane
https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-date-tables
Date =
ADDCOLUMNS (
CALENDAR (MIN(Fact[Date]), TODAY()),
"Year", YEAR ( [Date] ),
"Qtr", "Q" & FORMAT ( [Date], "Q" ),
"MonthNO", FORMAT ( [Date], "MM" ),
"Month", FORMAT ( [Date], "MMM" ),
"Day",FORMAT ( [Date], "DD" ),
"YYQ", FORMAT ( [Date], "YY" ) & "Q" & FORMAT ( [Date], "Q" ),
"YY/MM", FORMAT ( [Date], "YY/MM" ),
"Weekday", WEEKDAY ( [Date],2 )
)
User | Count |
---|---|
17 | |
11 | |
10 | |
9 | |
6 |
User | Count |
---|---|
23 | |
20 | |
20 | |
14 | |
10 |