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
Hi @Niharika24 ,
Please check if this could meet your requirements.
Measure =
VAR Count_ =
COUNT ( 'Finding RAC-combine'[QOID] )
VAR CountAll_ =
CALCULATE ( COUNT ( 'Finding RAC-combine'[QOID] ), ALLSELECTED () )
RETURN
IF (
HASONEVALUE ( 'Finding RAC-combine'[Sub Themes] )
&& HASONEVALUE ( 'Finding RAC-combine'[Area] ),
Count_,
COUNT_ & ", "
& DIVIDE ( Count_, CountAll_ ) * 100 & "%"
)
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Niharika24 ,
Please check if this could meet your requirements.
Measure =
VAR Count_ =
COUNT ( 'Finding RAC-combine'[QOID] )
VAR CountAll_ =
CALCULATE ( COUNT ( 'Finding RAC-combine'[QOID] ), ALLSELECTED () )
RETURN
IF (
HASONEVALUE ( 'Finding RAC-combine'[Sub Themes] )
&& HASONEVALUE ( 'Finding RAC-combine'[Area] ),
Count_,
COUNT_ & ", "
& DIVIDE ( Count_, CountAll_ ) * 100 & "%"
)
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
thank you for your solution! Can I ask a few questions please?
1) My percentage has 14 decimals! how can I change it to 2 only? (I already tried to edit the formatting ribbon on top)
2) There is 1 row where no percentage is showing, maybe because there was only 1 number in that row? Do you know how to fix this please?
Smart workaround
😀
@Niharika24 , on is you can change total using isinscope
if(not(isinscope([Area])) ,[% Measure], [Measure])
Otherwise check work around
if you are looking for a Hybrid display with Matrix Column and measure
https://community.powerbi.com/t5/Community-Blog/Creating-a-custom-or-hybrid-matrix-in-PowerBI/ba-p/1...
https://community.powerbi.com/t5/Quick-Measures-Gallery/The-New-Hotness-Custom-Matrix-Hierarchy/m-p/...
vote for Hybrid Table
https://ideas.powerbi.com/ideas/idea/?ideaid=9bc32b23-1eb1-4e74-8b34-349887b37ebc
is this a DAX formula? could you please type all of it?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
106 | |
98 | |
65 | |
54 |