Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
DaysAbove = what-if parameter
I have a tabular table with Date and CountID and a DaysWhereFlag. (If the count of that ID goes over the 'DaysAbove')
You can just sum the flag measure, try:
measure = Sumx(All(table), DaysWhereFlags)
or
measure = Sumx(table,DaysWhereFlags)
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
Hi @davidsimm10
now use the formula;
Calculate(Sum(DaysWhereFlags),Filter(TableName, (BedModelData[PatientMeditechID]) > ('tbl_DaysAbove'[DaysAboveValue]))
Thats the same answer you said last time so no, it still doesnt work im afraid
Hi
Have you tried:
Calculate(Sum(DaysWhereFlags),Filter(TableName, (BedModelData[PatientMeditechID]) > ('tbl_DaysAbove'[DaysAboveValue]))
Thank you for the replies. The 'DaysWhereFlag' is a measure so it wont allow it to be put into the dax above.
Hi,
What i found here is you giving flag value in measure instead of generating the measure, Generate the same value in the Calculated column and then try same formula.
I hope this will help you.
Thanks.
Gaurav Jangra
Thank you. When I turn it into a column, it just needs to say 1/0 or true/false for the DaysWhereFlagCol. If I click 'Dont summarise', it returns all '1's'. I need to find which days are above the 'Days where what if' parameter and then sum the number of days that this happens.
are you able to provide some sampel data or your pbix?
please also demonstrate an example of what you want to see.
Proud to be a Super User!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 53 | |
| 42 | |
| 34 | |
| 34 | |
| 21 |
| User | Count |
|---|---|
| 143 | |
| 125 | |
| 100 | |
| 81 | |
| 63 |