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
Dear Forum Friends,
I am trying to visualize some pub health data in a Power BI matrix table visual. It is the medicare enrollment numbers for different years and months. But I met with a few difficulties in creating the visual. 1st, many columns/fields are formatted as numeric fields (whole numbers) like "A_B_TOT_BENES", but the data pane does not show these fields as numbers, with no Summation sign. (seen screenshot below).
2nd, I tried to put the column "A_B_Tot_BENES" as Values of the Matrix table, but it won't accept it.
3rd, but I can create a measure to sum "A_B_Tot_BENES" and put the measure as values in the Matrix table.
Since the table has many number columns I want to visualize in the matrix table, it will be time consuming to create a measure for each.
Can anyone help me with the problem? Why the number columns not shown as such?
Thanks.
Solved! Go to Solution.
Hi @Anonymous
If numeric values can't be dragged into the Values field well, it appears that "Discourage implicit measures" is turned on for this model.
See here:
This setting could have either been turned on:
You won't be able to turn this setting off unless the model contains no calculation groups.
If you need to keep calculation groups in the model, then you could use a script like this one in Tabular Editor to create measures aggregating each required column:
https://docs.tabulareditor.com/te2/Useful-script-snippets.html#create-measures-from-columns
Regards
Hi @Anonymous
If numeric values can't be dragged into the Values field well, it appears that "Discourage implicit measures" is turned on for this model.
See here:
This setting could have either been turned on:
You won't be able to turn this setting off unless the model contains no calculation groups.
If you need to keep calculation groups in the model, then you could use a script like this one in Tabular Editor to create measures aggregating each required column:
https://docs.tabulareditor.com/te2/Useful-script-snippets.html#create-measures-from-columns
Regards
Thanks a lot. That answers my question.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |