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
Hey folks,
quick question to an issue that dirves me mad:
I want to to show the two calculated averages in the two bridge tables, but only use one date slicer from the "date" table.
For Date Column calculation I used the CALENDAR (Min(..) ; Max(...)) function and paired them with the respective date columns (at least in my point of view) correctly.
See the picture below, but unfortunatelly it does not work to set the time span out of which the respective averages should be calculated correctly.
Can you help me please?
Many thanks in advance!
Solved! Go to Solution.
Ahh!
Dont know why, but somehow the date formula was buggy.
Put "DATEVALUE(......" in front/ as a frame arround the above mentioned formula and now it works 🙂
Monday morning starts quite well! 😉
Does your calendar table have a complete list of dates without any missing dates? If you have missing dates, you will get incorrect or unusable data.
Proud to be a Super User!
Thanks but yes, I think so. I used now "Date = CALENDARAUTO()" which should include every date that would be necessary...
@ToFrai,
Could you please share sample data of the above two bridge tables and share DAX you use to create the two average measures? Also please post expected result here.
In addition, do you have datetime values or date values in the above bridge tables?
Regards,
Lydia
Hi Lydia,
Formula to calculate (/copy) the date in the two bridge tables from another one:
Created = Calculate(
FIRSTNONBLANK('PA Business Partner Survey'[*Created];TRUE());
FILTER('PA Business Partner Survey';'PA Business Partner Survey'[UUID_Q4] = 'Bridge Q4'[UUID_Q4]))
Sample data from the bridge tables:
'think that I use date values then...
I expect that I can connect the Date field from the bridge tables with the Date table, create a date slicer in the report based on the Date-Table date with which I can filter the content from the two bridge tables.
Hope that helps, thank you for your help in advance.
Tobias
Ahh!
Dont know why, but somehow the date formula was buggy.
Put "DATEVALUE(......" in front/ as a frame arround the above mentioned formula and now it works 🙂
Monday morning starts quite well! 😉
Hey folks,
quick question to an issue that dirves me mad:
I want to to show the two calculated averages in the two bridge tables, but only use one date slicer from the "date" table.
For Date Column calculation I used the CALENDAR (Min(..) ; Max(...)) function and paired them with the respective date columns (at least in my point of view) correctly.
See the picture below, but unfortunatelly it does not work to set the time span out of which the respective averages should be calculated correctly.
Can you help me please?
Many thanks in advance!
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.