Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
hello ,
sharing my data, i have multiple values for same date , i have created calendar table using date of fact table but when i try to filter the date i am unable to do so , please help
Hi @Anonymous
Apparently the dates in your fact table have different times. The dates in the date table have the default time which is 00:00:00 for example 01/01/2022 00:00:00 which probably relates to non of the date-times in your fact table.
Changing the format from the formatting pane drop list to date only won't help as this only changes how the dates are displayed but the the actual value of the DateTime.
You need to create a date only column that is simply DATEVALUE ( FactTable[DateTimeColumn] ) then link the date table with that column.
hi @Anonymous
Even the calendar table is created using date of fact table, you still need to relate them. are they related?
User | Count |
---|---|
24 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
7 | |
6 |