Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I have data starting from March but need to fix columns in the table for all 12 months and it should be based on the year selection the user makes. Currently in the matrix column "Date" is selected to show the phasings of data monthly, but based on how earliest the data point is available the table columns(Months) start off from that point on. Is there a way for me to fix in a matrix all the 12 months to be kept as columns for any slicer selections I make?
Solved! Go to Solution.
Hi @joku50
Can you try activating this part and see if it give yopu the result you need?
You also redo your measure?
ActualSales =
IF (
CALCULATE ( SUM ( Sales[Actual] ) ) = BLANK (),
0,
CALCULATE ( SUM ( Sales[Actual] ) )
)
Thanks
Joe
If this post helps, then please Accept it as the solution
@JoeBarry Hey hi - appreciate your quick help! It worked perfectly and I've just learned about the "show items with no data" functionality thank you!!
Hi @joku50
Can you try activating this part and see if it give yopu the result you need?
You also redo your measure?
ActualSales =
IF (
CALCULATE ( SUM ( Sales[Actual] ) ) = BLANK (),
0,
CALCULATE ( SUM ( Sales[Actual] ) )
)
Thanks
Joe
If this post helps, then please Accept it as the solution
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |