March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |