Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
Can anyone help me please...
Try to count
1. List with 100% value
2. Expected value = 8
BUT i got 83
Solved! Go to Solution.
HI @powerbi1986
PFA the file.
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
hi @pranit828
still the same after using below DAX
_count100% =
VAR _pcnt = DATA[% (B/A)]
CALCULATE(COUNT(table[LIST]),FILTER(ALLSELECTED(Table[LIST]),_pcnt = 1))
Hi @powerbi1986
Can you please share the sample pbix file.
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
hi @pranit828
as requested..
The sample PBIX file
https://www.dropbox.com/s/qr8h3k4wdu35cia/SAMPLE.pbix?dl=0
HI @powerbi1986
PFA the file.
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
Hi @pranit828
Why count of the list remain the same after i untick one of the list from filter function?
I havent got 8 yet
Will try
Hi @powerbi1986
I would use the below DAX.
_count100% =
VAR _pcnt = DATA[% (B/A)]
CALCULATE(COUNT(table[LIST]),FILTER(ALLSELECTED(Table[LIST]),_pcnt = 1))
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |