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
Hi,
I create a calculated measure and the result is different in a table visual and a card visual. Here is the measure:
Pmp gross_date =
var BoisNet = CALCULATE(sumx(paquets;paquets[PMPR]);FILTER('end';'end'[DateCommande] = 1))
var BoisGross = CALCULATE(ROUNDDOWN(sumx(paquets;paquets[PMPR]) * 1,08;0);FILTER('end';'end'[DateCommande] = 1))
Return
if(or(SELECTEDVALUE(paquets[RefEtatBois]) = 6;SELECTEDVALUE(etatbois[RefEtatBois]) = 5);BoisNet;BoisGross)The filter is because I choose a date to create the report. Here is the result:
The calculated measure in the column of the table visual and in the card visual (surrounded with red circle) is the same.
I don't understand why.
Thanks
Tough to say exactly, are you 100% sure that you don't have some filter on that table visual? What else is in that table?
I share the file. If i remove the column «Etat» of the table visual, I get the same result then the card visual.
Thanks
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 128 | |
| 88 | |
| 79 | |
| 67 | |
| 62 |