Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
i have a simple power bi report:
Just a table with invoices and two date fields "datum" (date of invoice) and "bezahlt_am" (date the invoice was payed).
I created a dimension Table dimKalender.
If i create a relation bettwenn the date filed of the dimKalender and the invoice table "datum" field, the slicers i placed on the report work as they should:
The table is fitlered by the "datum" column
If i do exaclty the same with the "bezahlt_am" column, it is not filtering if i choose a specific year.
And if i select a specific Quarter the table just does not display any values at all.
Any idea why the slicers work on one date filed and not the other?
Hi @SLMR
On this issue I would like to confirm the following to you:
Best Regards,
Jarvis Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello,
1: it ist from dim calender.
2: No it is only one relationship.
3: I onyl created one relationship bewtween dim calender and "bezahlt_am". Nothing special. I do this all the time. As the fitlering did not worked with this relationship, i just tryed to use another date-column. And with this relationship everthing workd as it should.
So i can not see why it does not work with the column i want.
- The data come from dataverse. The only difference with the columns is that "datum" is buisness required, while "bezahlt_am" is optional. So this column has null values as long as the invoice is not payed.
Hi @SLMR
create a one to many relationship with the bezahlt am column. This will be an inactive relationship.
you then need to create a measure.
TotalBezahltAm =
Calculate( [Betrag_Netto], Userealtionship( 'Date'[Datum], 'Table'[BezahltAm]))
this will activate the relationship with Bezahlt am Spalte.
hope this helps
Joe
Proud to be a Super User! | |
Date tables help! Learn more
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.