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.
@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?
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
377 | |
104 | |
65 | |
54 | |
49 |
User | Count |
---|---|
354 | |
122 | |
84 | |
68 | |
62 |