Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Team,
I'm back once again in need of better formatting visuals:
So I partially achieved the goal:
Now What I'm looking to execute is You can see the stock turn column which shows value for every month, but instead of showing for every month i'm okay with showin only the subtotal for that (Stock Turn) and dont show value for each month whereas the other 2 column should show values each month is this possible?
If YES, Guide me through I'm expecting like
And this is my Stock Turn Measure:
Solved! Go to Solution.
Hi @GanesaMoorthyGM,
You can try below measure:
Stock Turn =
IF(NOT ISINSCOPE(Calendar[MonthName]),
DIVIDE(
[Total Sales Value in Cr stock],
[Average Stock Value in Cr FSM],
BLANK()
)
)
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~
Hi @GanesaMoorthyGM,
You can try below measure:
Stock Turn =
IF(NOT ISINSCOPE(Calendar[MonthName]),
DIVIDE(
[Total Sales Value in Cr stock],
[Average Stock Value in Cr FSM],
BLANK()
)
)
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~
Thank You @xifeng_L ,
With Slight Modification I achieved this using..
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 32 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 87 | |
| 73 | |
| 37 | |
| 28 | |
| 26 |