Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
basirve
Helper III
Helper III

If the Skilltarget ID having Multiple POD's, If _pod = "_POD" then we should so blank for others POD

Dear Experts,
If the Skilltarget ID having Multiple POD's, If _pod = "_POD" then we should so _POD Value else we will show Blank() 
Note: Some SkilltragetId's dont have _POD ='_POD' then we can show Actual Value(Like NorthEAST,West) and also Data was populated base on date range (slicer).
How to Give priority for POD as first priority in DAX ?

basirve_0-1656340937154.png

How to achive this scenerio Could you please help me .

 

Thanks & Regards,

Venkat.

 

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@basirve 

pls try this

Column = IF(CALCULATE(COUNTROWS('Table'),ALLEXCEPT('Table','Table'[Skilltarget ID]))>1 && 'Table'[_POD]="_POD", blank(),'Table'[_POD])




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
basirve
Helper III
Helper III

Can we filter for slicer Datarange in this above Calculated Column  ?
Could you please suggest your thoughts

I think you can do that. please have a try and let me know if you have any questions.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




ryan_mayu
Super User
Super User

@basirve 

pls try this

Column = IF(CALCULATE(COUNTROWS('Table'),ALLEXCEPT('Table','Table'[Skilltarget ID]))>1 && 'Table'[_POD]="_POD", blank(),'Table'[_POD])




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.