Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
One of my x table is connected to calender table.
I am calculating avg (x[value]) but I dont want this to change according to the date through out my report. I cannot change my connection with the calender table because of some other calculation.
It's an easy query and I am clearly missing something. Can someone help? I tried using filter option but didn't work.
Solved! Go to Solution.
If I'm understanding your question correctly, you can update your measure from AVERAGE ( x[value] ) to
CALCULATE ( AVERAGE ( x[value] ), ALL ( CalendarTable ) )
This removes any filtering from CalendarTable.
If I'm understanding your question correctly, you can update your measure from AVERAGE ( x[value] ) to
CALCULATE ( AVERAGE ( x[value] ), ALL ( CalendarTable ) )
This removes any filtering from CalendarTable.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 34 | |
| 33 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 61 | |
| 60 | |
| 39 | |
| 26 | |
| 24 |